August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_vfs — A virtual file system implementation
The sqlite3_vfs structure
consists of a series of function pointers that make up a Virtual
File System (VFS) module. A VFS implementation typically
allocates an sqlite3_vfs
structure, initializes the various fields, and passes the
structure into sqlite3_vfs_register().
Read now
Unlock full access