Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
sqlite3 * | db |
const char * | zDb |
char * | zObj |
sqlite3_stmt * | pCheck |
char * | zKey |
int | nKeyVal |
char * | zMessage |
int | bCorruptSchema |
int | rc |
char * | zErr |
char * | zTestSql |
int sqlite3_intck::bCorruptSchema |
Definition at line 15216 of file shell.c.
Referenced by sqlite3_intck_step().
sqlite3* sqlite3_intck::db |
Definition at line 15207 of file shell.c.
Referenced by intckPrepare(), intckSaveErrmsg(), sqlite3_intck_close(), and sqlite3_intck_open().
int sqlite3_intck::nKeyVal |
Definition at line 15213 of file shell.c.
Referenced by intckSaveKey(), sqlite3_intck_step(), and sqlite3_intck_unlock().
sqlite3_stmt* sqlite3_intck::pCheck |
Definition at line 15211 of file shell.c.
Referenced by intckFindObject(), intckSaveKey(), sqlite3_intck_close(), sqlite3_intck_message(), sqlite3_intck_step(), and sqlite3_intck_unlock().
int sqlite3_intck::rc |
Definition at line 15218 of file shell.c.
Referenced by intckCheckObjectSql(), intckFinalize(), intckFindObject(), intckIsIndex(), intckMprintf(), intckPrepare(), intckPrepareFmt(), intckSaveErrmsg(), intckSaveKey(), intckStep(), sqlite3_intck_error(), sqlite3_intck_step(), and sqlite3_intck_unlock().
const char* sqlite3_intck::zDb |
Definition at line 15208 of file shell.c.
Referenced by intckCheckObjectSql(), intckFindObject(), intckIsIndex(), intckSaveKey(), and sqlite3_intck_open().
char* sqlite3_intck::zErr |
Definition at line 15219 of file shell.c.
Referenced by intckSaveErrmsg(), sqlite3_intck_close(), and sqlite3_intck_error().
char* sqlite3_intck::zKey |
Definition at line 15212 of file shell.c.
Referenced by intckFindObject(), intckSaveKey(), sqlite3_intck_close(), sqlite3_intck_step(), sqlite3_intck_test_sql(), and sqlite3_intck_unlock().
char* sqlite3_intck::zMessage |
Definition at line 15215 of file shell.c.
Referenced by sqlite3_intck_close(), sqlite3_intck_message(), and sqlite3_intck_step().
char* sqlite3_intck::zObj |
Definition at line 15209 of file shell.c.
Referenced by intckFindObject(), intckSaveKey(), sqlite3_intck_close(), sqlite3_intck_step(), and sqlite3_intck_test_sql().
char* sqlite3_intck::zTestSql |
Definition at line 15220 of file shell.c.
Referenced by sqlite3_intck_close(), and sqlite3_intck_test_sql().