DK11 for Delphi | GisDbLibpq.TGIS_DbLibpq.sqlBindField | Constructors | Fields | Methods | Properties
Obtain a bind number for a given field name.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlBindField.
// Delphi public function sqlBindField( const _field : String; const _cursor : Integer ) : Integer; override;
// C++ Builder public: virtual int sqlBindField( const UnicodeString _field, const int _cursor );
Name | Type | Description |
---|---|---|
_field | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Integer | field index |