Searched defs:ShellState (Results 1 – 2 of 2) sorted by relevance
523 typedef struct ShellState ShellState; typedef524 struct ShellState { struct525 sqlite3 *db; /* The database */526 int echoOn; /* True to echo input commands */527 int autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */528 int statsOn; /* True to display memory stats before each finalize */529 int scanstatsOn; /* True to display scan stats before each finalize */530 int backslashOn; /* Resolve C-style \x escapes in SQL input text */531 int outCount; /* Revert to stdout when reaching zero */532 int cnt; /* Number of records displayed so far */[all …]
529 typedef struct ShellState ShellState; typedef530 struct ShellState { struct531 sqlite3 *db; /* The database */532 int echoOn; /* True to echo input commands */533 int autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */534 int statsOn; /* True to display memory stats before each finalize */535 int scanstatsOn; /* True to display scan stats before each finalize */536 int backslashOn; /* Resolve C-style \x escapes in SQL input text */537 int outCount; /* Revert to stdout when reaching zero */538 int cnt; /* Number of records displayed so far */[all …]