Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dunionvtab.c181 typedef struct UnionCsr UnionCsr; typedef
229 struct UnionCsr { struct
230 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 */