Sqlite3 3.50.2
Light weight SQL DB
Loading...
Searching...
No Matches
ShellState::AuxDb Struct Reference
Collaboration diagram for ShellState::AuxDb:

Data Fields

sqlite3db
const char * zDbFilename
char * zFreeOnClose

Detailed Description

Definition at line 21725 of file shell.c.

Field Documentation

◆ db

sqlite3* ShellState::AuxDb::db

Definition at line 21726 of file shell.c.

Referenced by do_meta_command(), and main().

◆ zDbFilename

const char* ShellState::AuxDb::zDbFilename

Definition at line 21727 of file shell.c.

Referenced by do_meta_command(), main(), open_db(), and readHexDb().

◆ zFreeOnClose

char* ShellState::AuxDb::zFreeOnClose

Definition at line 21728 of file shell.c.

Referenced by do_meta_command(), and main().


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