Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dshell.c1367 typedef struct ShellState ShellState; typedef
1368 struct ShellState { struct
1369 sqlite3 *db; /* The database */
1370 int autoExplain; /* Automatically turn on .explain mode */
1371 int autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */
1372 int statsOn; /* True to display memory stats before each finalize */
1373 int scanstatsOn; /* True to display scan stats before each finalize */
1374 int outCount; /* Revert to stdout when reaching zero */
1375 int cnt; /* Number of records displayed so far */
1376 FILE *out; /* Write results here */
[all …]
/external/sqlite/dist/orig/
Dshell.c1361 typedef struct ShellState ShellState; typedef
1362 struct ShellState { struct
1363 sqlite3 *db; /* The database */
1364 int autoExplain; /* Automatically turn on .explain mode */
1365 int autoEQP; /* Run EXPLAIN QUERY PLAN prior to seach SQL stmt */
1366 int statsOn; /* True to display memory stats before each finalize */
1367 int scanstatsOn; /* True to display scan stats before each finalize */
1368 int outCount; /* Revert to stdout when reaching zero */
1369 int cnt; /* Number of records displayed so far */
1370 FILE *out; /* Write results here */
[all …]