theSq3Lite 10.0
|
Struct to represent the data of the Sq3BlobC … More...
#include <Sq3BlobC_def_sq3.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
} | super | |
sqlite3_blob * | nat | |
internal - link between Sq3BlobS and native library | ||
Struct to represent the data of the Sq3BlobC …
A Handle To An Open BLOB …
An instance of this object represents an open BLOB on which incremental BLOB I/O can be performed. Objects of this type are created by Sq3BlobOpen () and destroyed by Sq3BlobClose (). The Sq3BlobRead () and Sq3BlobWrite () interfaces can be used to read or write small subsections of the BLOB. The Sq3BlobBytes () interface returns the size of the BLOB in bytes.
Reference code from sqlite3:
Definition at line 36 of file Sq3BlobC_def_sq3.h.
sqlite3_blob* Sq3BlobS::nat |
internal - link between Sq3BlobS and native library
Definition at line 47 of file Sq3BlobC_def_sq3.h.
struct MkObjectS Sq3BlobS::obj |
Definition at line 40 of file Sq3BlobC_def_sq3.h.
union { ... } Sq3BlobS::super |