Searched defs:schema_cursor (Results 1 – 1 of 1) sorted by relevance
54 typedef struct schema_cursor schema_cursor; typedef63 struct schema_cursor { struct64 sqlite3_vtab_cursor base;65 sqlite3_stmt *pDbList;66 sqlite3_stmt *pTableList;67 sqlite3_stmt *pColumnList;68 int rowid;