Searched defs:UnionCsr (Results 1 – 1 of 1) sorted by relevance
181 typedef struct UnionCsr UnionCsr; typedef229 struct UnionCsr { struct230 sqlite3_vtab_cursor base; /* Base class - must be first */231 sqlite3_stmt *pStmt; /* SQL statement to run */234 sqlite3_int64 iMaxRowid; /* Last rowid to visit */235 int iTab; /* Index of table read by pStmt */