Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c14612 typedef struct sqlite3expert sqlite3expert; typedef
14920 struct sqlite3expert { struct
14921 int iSample; /* Percentage of tables to sample for stat1 */
14922 sqlite3 *db; /* User database */
14923 sqlite3 *dbm; /* In-memory db for this analysis */
14924 sqlite3 *dbv; /* Vtab schema for this analysis */
14925 IdxTable *pTable; /* List of all IdxTable objects */
14926 IdxScan *pScan; /* List of scan objects */
14927 IdxWrite *pWrite; /* List of write objects */
14928 IdxStatement *pStatement; /* List of IdxStatement objects */
[all …]