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