Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobS … More...
Topics | |
Sq3BlobC_Class_C_API | |
Sq3BlobC - define the class … | |
Sq3BlobC_TOR_C_API | |
Sq3BlobC - various functions to create, initialize and destroy … | |
Sq3BlobC_Misc_C_API | |
Sq3BlobC - various functions to perform misc operations … | |
Data Structures | |
struct | Sq3BlobS |
Struct to represent the data of the Sq3BlobC … More... | |
Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobS …
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: