Searched defs:schema_cursor (Results 1 – 1 of 1) sorted by relevance
50 typedef struct schema_cursor schema_cursor; typedef59 struct schema_cursor { struct60 sqlite3_vtab_cursor base;61 sqlite3_stmt *pDbList;62 sqlite3_stmt *pTableList;63 sqlite3_stmt *pColumnList;64 int rowid;