Searched defs:CidxCursor (Results 1 – 1 of 1) sorted by relevance
38 typedef struct CidxCursor CidxCursor; typedef45 struct CidxCursor { struct46 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 */