DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlQueryGetFieldById | Constructors | Fields | Methods | Properties | Events
Get a field from the query by field id.
// Java public abstract Variant sqlQueryGetFieldById( int _id, int _cursor );
// Oxygene public function sqlQueryGetFieldById( _id : Integer; _cursor : Integer ) : Variant; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | identificator of the field |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
Variant | field value |