SQLite C/C++ API

This is an abridged version of the C/C++ API documentation for SQLite, which covers just the functions you might call in user-defined functions. For the full API documentation, see the SQLite website (www.sqlite.org).

Note: When consulting SQLite documentation, ensure that it corresponds to the SQLite library version that QDB is using. At the time of this writing, the latest version of SQLite is listed on the SQLite homepage, and the official documentation is updated for major releases (e.g., going from version 3.6.X to 3.7.X). You can find out the library version QDB is using by looking in the sloginfo log just after you start the QDB service, or by calling the sqlite_version() function.