Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c19400 typedef struct ShellState ShellState; typedef
19401 struct ShellState { struct
19402 sqlite3 *db; /* The database */
19403 u8 autoExplain; /* Automatically turn on .explain mode */
19404 u8 autoEQP; /* Run EXPLAIN QUERY PLAN prior to each SQL stmt */
19405 u8 autoEQPtest; /* autoEQP is in test mode */
19406 u8 autoEQPtrace; /* autoEQP is in trace mode */
19407 u8 scanstatsOn; /* True to display scan stats before each finalize */
19408 u8 openMode; /* SHELL_OPEN_NORMAL, _APPENDVFS, or _ZIPFILE */
19409 u8 doXdgOpen; /* Invoke start/open/xdg-open in output_reset() */
[all …]