Home
last modified time | relevance | path

Searched defs:ShellState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c21668 typedef struct ShellState ShellState; typedef
21669 struct ShellState { struct
21670 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 …]