August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_initialize() — Initialize the SQLite library
int sqlite3_initialize( );
An SQLite result code.
This function initializes the SQLite library. It can be safely
called multiple times. Many standard SQLite functions, such as
sqlite3_open(), will
automatically call sqlite3_initialize() if it was not explicitly
called by the application. The SQLite library can be safely
initialized and shut down repeatedly.
Read now
Unlock full access