C-language Interface Specification for SQLite
- SQLite In 5 Minutes Or Less and/or
This same content is also available as a .
List Of Objects. This is a list of all abstract objects and datatypes used by the SQLite library. There are couple dozen objects in total, but the two most important objects are: A database connection object , and the prepared statement object sqlite3_stmt.
This is a list of all functions and methods operating on the objects and using and/or returning . There are many functions, but most applications only use a handful.