Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance
21668 typedef struct ShellState ShellState; typedef21669 struct ShellState { struct21670 sqlite3 *db; /* The database */21671 u8 autoExplain; /* Automatically turn on .explain mode */21672 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */21673 u8 autoEQPtest; /* autoEQP is in test mode */21674 u8 autoEQPtrace; /* autoEQP is in trace mode */21675 u8 scanstatsOn; /* True to display scan stats before each finalize */21676 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */21677 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */[all …]