Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
Incrblob Struct Reference

Data Fields

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

Detailed Description

Definition at line 93392 of file sqlite3.c.

Field Documentation

◆ db

sqlite3* Incrblob::db

Definition at line 93398 of file sqlite3.c.

Referenced by blobSeekToRow(), and sqlite3_blob_reopen().

◆ iCol

u16 Incrblob::iCol

Definition at line 93395 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ iOffset

int Incrblob::iOffset

Definition at line 93394 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ nByte

int Incrblob::nByte

Definition at line 93393 of file sqlite3.c.

Referenced by blobSeekToRow(), and sqlite3_blob_bytes().

◆ pCsr

BtCursor* Incrblob::pCsr

Definition at line 93396 of file sqlite3.c.

Referenced by blobSeekToRow().

◆ pStmt

sqlite3_stmt* Incrblob::pStmt

Definition at line 93397 of file sqlite3.c.

Referenced by blobSeekToRow(), sqlite3_blob_bytes(), and sqlite3_blob_reopen().

◆ pTab

Table* Incrblob::pTab

Definition at line 93400 of file sqlite3.c.

◆ zDb

char* Incrblob::zDb

Definition at line 93399 of file sqlite3.c.


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