Lines Matching defs:sqlite3expert
12601 typedef struct sqlite3expert sqlite3expert; typedef
12909 struct sqlite3expert { struct
12910 int iSample; /* Percentage of tables to sample for stat1 */
12911 sqlite3 *db; /* User database */
12912 sqlite3 *dbm; /* In-memory db for this analysis */
12913 sqlite3 *dbv; /* Vtab schema for this analysis */
12914 IdxTable *pTable; /* List of all IdxTable objects */
12915 IdxScan *pScan; /* List of scan objects */
12916 IdxWrite *pWrite; /* List of write objects */
12917 IdxStatement *pStatement; /* List of IdxStatement objects */
12918 int bRun; /* True once analysis has run */
12919 char **pzErrmsg;
12920 int rc; /* Error code from whereinfo hook */
12921 IdxHash hIdx; /* Hash containing all candidate indexes */
12922 char *zCandidates; /* For EXPERT_REPORT_CANDIDATES */