DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlBindField | Constructors | Fields | Methods | Properties | Events
Obtain a bind number for a given field name.
// Java public abstract int sqlBindField( java.lang.String _field, int _cursor );
// Oxygene public function sqlBindField( _field : String; _cursor : Integer ) : Integer; virtual; abstract;
Name | Type | Description |
---|---|---|
_field | java.lang.String String | field name |
_cursor | int Integer | cursor id |
Type | Description |
---|---|
int Integer | field index |