Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
sqlite3 * | db |
char ** | pzErrMsg |
int | iDb |
int | rc |
u32 | mInitFlags |
u32 | nInitRow |
Pgno | mxPage |
sqlite3* InitData::db |
Definition at line 18989 of file sqlite3.c.
Referenced by corruptSchema(), sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().
int InitData::iDb |
Definition at line 18991 of file sqlite3.c.
Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().
u32 InitData::mInitFlags |
Definition at line 18993 of file sqlite3.c.
Referenced by corruptSchema(), sqlite3InitOne(), and sqlite3VdbeExec().
Pgno InitData::mxPage |
Definition at line 18995 of file sqlite3.c.
Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().
u32 InitData::nInitRow |
Definition at line 18994 of file sqlite3.c.
Referenced by sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().
char** InitData::pzErrMsg |
Definition at line 18990 of file sqlite3.c.
Referenced by corruptSchema(), sqlite3InitOne(), and sqlite3VdbeExec().
int InitData::rc |
Definition at line 18992 of file sqlite3.c.
Referenced by corruptSchema(), sqlite3InitCallback(), sqlite3InitOne(), and sqlite3VdbeExec().