DK11 for Delphi | GisDbOci.TGIS_DbOci.sqlQueryGetField | Constructors | Fields | Methods | Properties
Get a field from the query by field name.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetField.
// Delphi public function sqlQueryGetField( const _name : String; const _cursor : Integer ) : Variant; override;
// C++ Builder public: virtual Variant* sqlQueryGetField( const UnicodeString _name, const int _cursor );
Name | Type | Description |
---|---|---|
_name | String | name of the field |
_cursor | Integer | cursor id |
Type | Description |
---|---|
Variant | field value |