theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3BlobC_JV_API

Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobSMore...

+ Collaboration diagram for Sq3BlobC_JV_API:

Topics

 Sq3BlobC_Class_JV_API
 Sq3BlobC - define the class …
 
 Sq3BlobC_TOR_JV_API
 Sq3BlobC - various functions to create, initialize and destroy …
 
 Sq3BlobC_Misc_JV_API
 Sq3BlobC - various functions to perform misc operations …
 

Classes

class  jvsq3lite.Sq3BlobC
 Sq3BlobC - the class known as sq3blob or Blob define by Sq3BlobSMore...
 

Detailed Description

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:

typedef struct sqlite3_blob sqlite3_blob;
struct sqlite3_blob sqlite3_blob