Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
int | nByte |
int | iOffset |
u16 | iCol |
BtCursor * | pCsr |
sqlite3_stmt * | pStmt |
sqlite3 * | db |
char * | zDb |
Table * | pTab |
sqlite3* Incrblob::db |
Definition at line 93398 of file sqlite3.c.
Referenced by blobSeekToRow(), and sqlite3_blob_reopen().
u16 Incrblob::iCol |
Definition at line 93395 of file sqlite3.c.
Referenced by blobSeekToRow().
int Incrblob::iOffset |
Definition at line 93394 of file sqlite3.c.
Referenced by blobSeekToRow().
int Incrblob::nByte |
Definition at line 93393 of file sqlite3.c.
Referenced by blobSeekToRow(), and sqlite3_blob_bytes().
BtCursor* Incrblob::pCsr |
Definition at line 93396 of file sqlite3.c.
Referenced by blobSeekToRow().
sqlite3_stmt* Incrblob::pStmt |
Definition at line 93397 of file sqlite3.c.
Referenced by blobSeekToRow(), sqlite3_blob_bytes(), and sqlite3_blob_reopen().