Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dbtreeinfo.c86 typedef struct BinfoCursor BinfoCursor; typedef
89 struct BinfoCursor { struct
90 sqlite3_vtab_cursor base; /* Base class. Must be first */
91 sqlite3_stmt *pStmt; /* Query against sqlite_schema */
92 int rc; /* Result of previous sqlite_step() call */
93 int hasRowid; /* hasRowid value. Negative if unknown. */
94 sqlite3_int64 nEntry; /* nEntry value */
95 int nPage; /* nPage value */
96 int depth; /* depth value */
97 int szPage; /* size of a btree page. 0 if unknown */
[all …]