Navigation
Filters
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSQLiteDatabase | Wrapper around an SQLite database. | ||
| FSQLitePreparedStatement | Wrapper around an SQLite prepared statement. | ||
| TBindings | Type-safe packing of multiple binding types. For use with SQLITE_PREPARED_STATEMENT_BINDINGS. | ||
| TColumns | Type-safe packing of multiple column types. For use with SQLITE_PREPARED_STATEMENT_COLUMNS. | ||
| TPreparedStatement | Generic version of TPreparedStatement, specialized below. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESQLiteColumnType | Data types for columns in an SQLite table. | ||
| ESQLiteDatabaseOpenMode | Modes used when opening a database. | ||
| ESQLitePreparedStatementExecuteRowResult | Result codes used while executing rows in an SQLite prepared statement. | ||
| ESQLitePreparedStatementFlags | Flags used when creating a prepared statement. | ||
| ESQLitePreparedStatementStepResult | Result codes returned from stepping an SQLite prepared statement. |