Searched defs:ShellState (Results 1 – 2 of 2) sorted by relevance
12183 typedef struct ShellState ShellState; typedef12184 struct ShellState { struct12185 sqlite3 *db; /* The database */12186 u8 autoExplain; /* Automatically turn on .explain mode */12187 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */12188 u8 autoEQPtest; /* autoEQP is in test mode */12189 u8 autoEQPtrace; /* autoEQP is in trace mode */12190 u8 scanstatsOn; /* True to display scan stats before each finalize */12191 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */12192 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]
12188 typedef struct ShellState ShellState; typedef12189 struct ShellState { struct12190 sqlite3 *db; /* The database */12191 u8 autoExplain; /* Automatically turn on .explain mode */12192 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */12193 u8 autoEQPtest; /* autoEQP is in test mode */12194 u8 autoEQPtrace; /* autoEQP is in trace mode */12195 u8 scanstatsOn; /* True to display scan stats before each finalize */12196 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */12197 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]