Searched defs:explain_cursor (Results 1 – 1 of 1) sorted by relevance
48 typedef struct explain_cursor explain_cursor; typedef49 struct explain_cursor { struct50 sqlite3_vtab_cursor base; /* Base class - must be first */51 sqlite3 *db; /* Database connection for this cursor */52 char *zSql; /* Value for the EXPLN_COLUMN_SQL column */53 sqlite3_stmt *pExplain; /* Statement being explained */54 int rc; /* Result of last sqlite3_step() on pExplain */