Lines Matching defs:sqlite3expert
6719 typedef struct sqlite3expert sqlite3expert; typedef
7010 struct sqlite3expert { struct
7011 int iSample; /* Percentage of tables to sample for stat1 */
7012 sqlite3 *db; /* User database */
7013 sqlite3 *dbm; /* In-memory db for this analysis */
7014 sqlite3 *dbv; /* Vtab schema for this analysis */
7015 IdxTable *pTable; /* List of all IdxTable objects */
7016 IdxScan *pScan; /* List of scan objects */
7017 IdxWrite *pWrite; /* List of write objects */
7018 IdxStatement *pStatement; /* List of IdxStatement objects */
7019 int bRun; /* True once analysis has run */
7020 char **pzErrmsg;
7021 int rc; /* Error code from whereinfo hook */
7022 IdxHash hIdx; /* Hash containing all candidate indexes */
7023 char *zCandidates; /* For EXPERT_REPORT_CANDIDATES */