ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
Incrblob Struct Reference
Collaboration diagram for Incrblob:

Public Attributes

int nByte
 
int iOffset
 
u16 iCol
 
BtCursorpCsr
 
sqlite3_stmtpStmt
 
sqlite3db
 
char * zDb
 
TablepTab
 

Detailed Description

Definition at line 93179 of file sqlite3.c.

Member Data Documentation

◆ db

sqlite3* Incrblob::db

Definition at line 93185 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ iCol

u16 Incrblob::iCol

Definition at line 93182 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ iOffset

int Incrblob::iOffset

Definition at line 93181 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ nByte

int Incrblob::nByte

Definition at line 93180 of file sqlite3.c.

Referenced by blobSeekToRow(), and sqlite3_blob_bytes().

◆ pCsr

BtCursor* Incrblob::pCsr

Definition at line 93183 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ pStmt

sqlite3_stmt* Incrblob::pStmt

Definition at line 93184 of file sqlite3.c.

Referenced by blobSeekToRow(), and sqlite3_blob_bytes().

◆ pTab

Table* Incrblob::pTab

Definition at line 93187 of file sqlite3.c.

◆ zDb

char* Incrblob::zDb

Definition at line 93186 of file sqlite3.c.


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