DK11 for Delphi | GisDbAdoNet.TGIS_DbAdoNet.sqlTableSetBlob | Constructors | Fields | Methods | Properties
Set a blob data to the table.
Available also on: .NET.
Overrides TGIS_DbAbstract.sqlTableSetBlob.
// Delphi public procedure sqlTableSetBlob( const _id : Integer; const _name : String; const _data : OleVariant; const _blob : TGIS_MemoryStream ); override;
// C++ Builder public: virtual void sqlTableSetBlob( const int _id, const UnicodeString _name, OleVariant* const _data, TGIS_MemoryStream* const _blob );
Name | Type | Description |
---|---|---|
_id | Integer | table index |
_name | String | name of the field |
_data | OleVariant | blob data |
_blob | TGIS_MemoryStream | data stream for pixelstore |