Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Ddbstat.c87 typedef struct StatCursor StatCursor; typedef
118 struct StatCursor { struct
123 int iDb; /* Schema used for this query */
126 int iPage; /* Current entry in aPage[] */
129 u32 iPageno; /* Value of 'pageno' column */
130 char *zName; /* Value of 'name' column */
131 char *zPath; /* Value of 'path' column */
134 int nCell; /* Value of 'ncell' column */
136 i64 nUnused; /* Value of 'unused' column */
137 i64 nPayload; /* Value of 'payload' column */
[all …]