Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c38 typedef struct CidxCursor CidxCursor; typedef
45 struct CidxCursor { struct
46 sqlite3_vtab_cursor base; /* Base class. Must be first */
47 sqlite3_int64 iRowid; /* Row number of the output */
48 char *zIdxName; /* Copy of the index_name parameter */
49 char *zAfterKey; /* Copy of the after_key parameter */
50 sqlite3_stmt *pStmt; /* SQL statement that generates the output */