DK11 for Delphi | GisDbAdo.TGIS_DbAdo.sqlQueryGetBlob | Constructors | Fields | Methods | Properties
Get blob data type.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlQueryGetBlob.
// Delphi public function sqlQueryGetBlob( const _name : String; const _cursor : Integer ) : TStream; override;
// C++ Builder public: virtual TStream* sqlQueryGetBlob( const UnicodeString _name, const int _cursor );
Name | Type | Description |
---|---|---|
_name | String | field name |
_cursor | Integer | cursor id |
Type | Description |
---|---|
TStream | field value |