Navigation
| Name | SQLiteCore |
| Type | Runtime |
| Part of Plugins | SQLite |
| Location | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/ |
| Module Build Rules | SQLiteCore.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FSQLiteDatabase | Wrapper around an SQLite database. |
| FSQLitePreparedStatement | Wrapper around an SQLite prepared statement. |
| TPreparedStatement | Generic version of TPreparedStatement, specialized below. |
Structs
| Name | Remarks |
|---|---|
| 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. |
Enums
Public
| Name | Remarks |
|---|---|
| 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. |