Lines Matching defs:sqlite3expert
11762 typedef struct sqlite3expert sqlite3expert; typedef
12070 struct sqlite3expert { struct
12071 int iSample; /* Percentage of tables to sample for stat1 */
12072 sqlite3 *db; /* User database */
12073 sqlite3 *dbm; /* In-memory db for this analysis */
12074 sqlite3 *dbv; /* Vtab schema for this analysis */
12075 IdxTable *pTable; /* List of all IdxTable objects */
12076 IdxScan *pScan; /* List of scan objects */
12077 IdxWrite *pWrite; /* List of write objects */
12078 IdxStatement *pStatement; /* List of IdxStatement objects */
12079 int bRun; /* True once analysis has run */
12080 char **pzErrmsg;
12081 int rc; /* Error code from whereinfo hook */
12082 IdxHash hIdx; /* Hash containing all candidate indexes */
12083 char *zCandidates; /* For EXPERT_REPORT_CANDIDATES */