Searched defs:ShellState (Results 1 – 2 of 2) sorted by relevance
18137 typedef struct ShellState ShellState; typedef18138 struct ShellState { struct18139 sqlite3 *db; /* The database */18140 u8 autoExplain; /* Automatically turn on .explain mode */18141 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */18142 u8 autoEQPtest; /* autoEQP is in test mode */18143 u8 autoEQPtrace; /* autoEQP is in trace mode */18144 u8 scanstatsOn; /* True to display scan stats before each finalize */18145 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */18146 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]
18132 typedef struct ShellState ShellState; typedef18133 struct ShellState { struct18134 sqlite3 *db; /* The database */18135 u8 autoExplain; /* Automatically turn on .explain mode */18136 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */18137 u8 autoEQPtest; /* autoEQP is in test mode */18138 u8 autoEQPtrace; /* autoEQP is in trace mode */18139 u8 scanstatsOn; /* True to display scan stats before each finalize */18140 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */18141 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]