Home
last modified time | relevance | path

Searched defs:sqlite3expert (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c154 struct sqlite3expert { struct
156 sqlite3 *db; /* User database */
157 sqlite3 *dbm; /* In-memory db for this analysis */
158 sqlite3 *dbv; /* Vtab schema for this analysis */
159 IdxTable *pTable; /* List of all IdxTable objects */
160 IdxScan *pScan; /* List of scan objects */
161 IdxWrite *pWrite; /* List of write objects */
162 IdxStatement *pStatement; /* List of IdxStatement objects */
163 int bRun; /* True once analysis has run */
164 char **pzErrmsg;
[all …]
H A Dsqlite3expert.h17 typedef struct sqlite3expert sqlite3expert; typedef