August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_shutdown() — Shut down the SQLite library
int sqlite3_shutdown( );
An SQLite result code.
This function shuts down the SQLite library and releases all associated resources. The library must be reinitialized before it can be used again. It is safe to call this function multiple times.
Read now
Unlock full access