Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dexplain.c48 typedef struct explain_cursor explain_cursor; typedef
49 struct explain_cursor { struct
50 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 */