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.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.