August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_vfs_unregister() — Unregister a VFS module
int sqlite3_vfs_unregister( sqlite3_vfs* vfs );
vfs
A VFS module.
An SQLite result code.
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.
Read now
Unlock full access