theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
Sq3BlobC_C_API

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

+ Collaboration diagram for Sq3BlobC_C_API:

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 Sq3BlobCMore...
 

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