DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.sqlTableSetBlob | Constructors | Fields | Methods | Properties | Events
Set a blob data to the table.
// Java public abstract void sqlTableSetBlob( int _id, java.lang.String _name, OleVariant _data, TGIS_MemoryStream _blob );
// Oxygene public procedure sqlTableSetBlob( _id : Integer; _name : String; _data : OleVariant; _blob : TGIS_MemoryStream ); virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
_name | java.lang.String String | name of the field |
_data | OleVariant | blob data |
_blob | TGIS_MemoryStream | data stream for pixelstore |