Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c523 typedef struct ShellState ShellState; typedef
524 struct ShellState { struct
525 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 …]
/external/sqlite/dist/
Dshell.c529 typedef struct ShellState ShellState; typedef
530 struct ShellState { struct
531 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 …]