Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
dbstat.html

Index Summary Markup Original


R-41084-34154-63240-28111-44553-49463-37174-17774 tcl slt th3 src

The dbstat virtual table is available on all database connections when SQLite is built using the SQLITE_ENABLE_DBSTAT_VTAB compile-time option.

/* IMP: R-41084-34154 */
# EVIDENCE-OF: R-41084-34154 The dbstat virtual table is available on
# all database connections when SQLite is built using the
# SQLITE_ENABLE_DBSTAT_VTAB compile-time option.

R-62919-46461-51932-43445-59751-09265-51568-04707 tcl slt th3 src

The dbstat virtual table provides low-level information about btree and overflow pages in a database file.

/* IMP: R-62919-46461 */
# EVIDENCE-OF: R-62919-46461 The dbstat virtual table provides low-level
# information about btree and overflow pages in a database file.

R-10161-06535-21834-27678-30600-07720-10456-31293 tcl slt th3 src

The dbstat virtual table is an eponymous virtual table, meaning that is not necessary to run CREATE VIRTUAL TABLE to create an instance of the dbstat virtual table before using it.

/* IMP: R-10161-06535 */
# EVIDENCE-OF: R-10161-06535 The dbstat virtual table is an eponymous
# virtual table, meaning that is not necessary to run CREATE VIRTUAL
# TABLE to create an instance of the dbstat virtual table before using
# it.