Name
sqlite3_shutdown() — Shut down the SQLite library
Definition
int sqlite3_shutdown( );
- Returns
An SQLite result code.
Description
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.