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
Sq3BlobS Struct Reference

Struct to represent the data of the Sq3BlobCMore...

#include <Sq3BlobC_def_sq3.h>

+ Collaboration diagram for Sq3BlobS:

Data Fields

union { 
 
   struct MkObjectS   obj 
 
super 
 
sqlite3_blobnat
 internal - link between Sq3BlobS and native library
 

Detailed Description

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

Definition at line 39 of file Sq3BlobC_def_sq3.h.

Field Documentation

◆ nat

sqlite3_blob* Sq3BlobS::nat

internal - link between Sq3BlobS and native library

Definition at line 50 of file Sq3BlobC_def_sq3.h.

◆ obj

struct MkObjectS Sq3BlobS::obj

Definition at line 43 of file Sq3BlobC_def_sq3.h.

◆ [union]

union { ... } Sq3BlobS::super

The documentation for this struct was generated from the following file: