DK11 for Delphi | GisDb.TGIS_DbAbstract.sqlQueryGetBlob | Constructors | Fields | Methods | Properties | Events
Get blob data type.
// Delphi public function sqlQueryGetBlob( const _name : String; const _cursor : Integer ) : TStream; virtual; abstract;
// C++ Builder public: virtual TStream* sqlQueryGetBlob( const UnicodeString _name, const int _cursor ) = 0;
Name | Type | Description |
---|---|---|
_name | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
TStream | field value |