Searched defs:ShellState (Results 1 – 2 of 2) sorted by relevance
1367 typedef struct ShellState ShellState; typedef1368 struct ShellState { struct1369 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 …]
1361 typedef struct ShellState ShellState; typedef1362 struct ShellState { struct1363 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 …]