Name
sqlite3_vfs_unregister() — Unregister a VFS module
Definition
int sqlite3_vfs_unregister( sqlite3_vfs* vfs );
-
vfs
A VFS module.
- Returns
An SQLite result code.
Description
This function is used to unregister a VFS module. No database
connections should be using the module. If the default module is
unregistered, a new default will be picked arbitrarily.