*** DRAFT ***

SQLite Requirement Matrix Details
module.html

Index Summary Markup Original


R-00109-30887-26782-37306-11423-15179-45221-18025 tcl slt th3 src

A virtual table module is created by filling in a persistent instance of this structure and passing a pointer to that instance to sqlite3_create_module() or sqlite3_create_module_v2().

/* IMP: R-00109-30887 */
# EVIDENCE-OF: R-00109-30887 A virtual table module is created by
# filling in a persistent instance of this structure and passing a
# pointer to that instance to sqlite3_create_module() or
# sqlite3_create_module_v2().

R-15067-52851-39310-09608-48928-40262-32010-41531 tcl slt th3 src

The registration remains valid until it is replaced by a different module or until the database connection closes.

/* IMP: R-15067-52851 */
# EVIDENCE-OF: R-15067-52851 The registration remains valid until it is
# replaced by a different module or until the database connection
# closes.