DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableGetField | Constructors | Fields | Methods | Properties | Events
Get a field from the table.
// Java public abstract Variant sqlTableGetField( int _id, java.lang.String _name );
// Oxygene public function sqlTableGetField( _id : Integer; _name : String ) : Variant; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | java.lang.String String | name of the field |
Type | Description |
---|---|
Variant | field value |