| Column | A column definition in a table |
| Database | Connection to an SQLite database |
| SQLite | Root static class of the SQLite library |
| SQLite.BusyError | The database file is locked |
| SQLite.CommitError | Cannot commit |
| SQLite.InternalError | An internal logic error in SQLite |
| SQLite.LockedError | A table in the database is locked |
| SQLite.MemoryError | An allocation failed |
| SQLite.OpenError | There has been an error in opening the database |
| SQLite.PermissionError | Access permission denied |
| SQLite.Query | A query matrix output from the query () method |
| SQLite.SQLError | An SQL error |
| SQLite.SQLiteError | A general SQLite error, the base error class |
| SQLite.TableExistsError | An attempt to create a table fails because the table already exists |
| SQLite.TableNotExistsError | The requested table doesn't exist |
| Table | A table in the database |
1.3.2