Sqlite3 3.50.2
Light weight SQL DB
|
Data Fields | |
sqlite3 * | db |
const char * | zDbFilename |
char * | zFreeOnClose |
sqlite3* ShellState::AuxDb::db |
Definition at line 21726 of file shell.c.
Referenced by do_meta_command(), and main().
const char* ShellState::AuxDb::zDbFilename |
Definition at line 21727 of file shell.c.
Referenced by do_meta_command(), main(), open_db(), and readHexDb().
char* ShellState::AuxDb::zFreeOnClose |
Definition at line 21728 of file shell.c.
Referenced by do_meta_command(), and main().