Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_schema.c54 typedef struct schema_cursor schema_cursor; typedef
63 struct schema_cursor { struct
64 sqlite3_vtab_cursor base;
65 sqlite3_stmt *pDbList;
66 sqlite3_stmt *pTableList;
67 sqlite3_stmt *pColumnList;
68 int rowid;