Small. Fast. Reliable.
Choose any three.

SQLite Requirement Matrix Details
drop_modules.html

Index Summary Markup Original


R-02903-29630-48373-46747-65166-13763-04859-03482 tcl slt th3 src

The sqlite3_drop_modules(D,L) interface removes all virtual table modules from database connection D except those named on list L.

/* IMP: R-02903-29630 */
# EVIDENCE-OF: R-02903-29630 The sqlite3_drop_modules(D,L) interface
# removes all virtual table modules from database connection D except
# those named on list L.

R-59271-29405-40736-18253-27684-60508-27772-33156 tcl slt th3 src

If the L parameter is NULL, then all virtual table modules are removed.

/* IMP: R-59271-29405 */
# EVIDENCE-OF: R-59271-29405 If the L parameter is NULL, then all
# virtual table modules are removed.