Lines Matching defs:sqlite3expert
9090 typedef struct sqlite3expert sqlite3expert; typedef
9398 struct sqlite3expert { struct
9399 int iSample; /* Percentage of tables to sample for stat1 */
9400 sqlite3 *db; /* User database */
9401 sqlite3 *dbm; /* In-memory db for this analysis */
9402 sqlite3 *dbv; /* Vtab schema for this analysis */
9403 IdxTable *pTable; /* List of all IdxTable objects */
9404 IdxScan *pScan; /* List of scan objects */
9405 IdxWrite *pWrite; /* List of write objects */
9406 IdxStatement *pStatement; /* List of IdxStatement objects */
9407 int bRun; /* True once analysis has run */
9408 char **pzErrmsg;
9409 int rc; /* Error code from whereinfo hook */
9410 IdxHash hIdx; /* Hash containing all candidate indexes */
9411 char *zCandidates; /* For EXPERT_REPORT_CANDIDATES */