Lines Matching defs:sqlite3expert
11683 typedef struct sqlite3expert sqlite3expert; typedef
11991 struct sqlite3expert { struct
11992 int iSample; /* Percentage of tables to sample for stat1 */
11993 sqlite3 *db; /* User database */
11994 sqlite3 *dbm; /* In-memory db for this analysis */
11995 sqlite3 *dbv; /* Vtab schema for this analysis */
11996 IdxTable *pTable; /* List of all IdxTable objects */
11997 IdxScan *pScan; /* List of scan objects */
11998 IdxWrite *pWrite; /* List of write objects */
11999 IdxStatement *pStatement; /* List of IdxStatement objects */
12000 int bRun; /* True once analysis has run */
12001 char **pzErrmsg;
12002 int rc; /* Error code from whereinfo hook */
12003 IdxHash hIdx; /* Hash containing all candidate indexes */
12004 char *zCandidates; /* For EXPERT_REPORT_CANDIDATES */