Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
dbstat.html

Index Summary Markup Original


R-03038-07451-12722-63160-48218-07085-49019-00340 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-03038-07451 */
# EVIDENCE-OF: R-03038-07451 The DBSTAT virtual table is available on
# all database connections when SQLite is built using the
# SQLITE_ENABLE_DBSTAT_VTAB compile-time option.

R-21898-42697-02847-18633-49907-40744-21589-01331 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-21898-42697 */
# EVIDENCE-OF: R-21898-42697 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.