Navigation
API > API/Plugins > API/Plugins/SQLiteCore
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include | #include "SQLitePreparedStatement.h" |
Syntax
enum ESQLitePreparedStatementFlags
{
None = 0,
Persistent = 1<<0,
}
Values
| Name | Description |
|---|---|
| None | No special flags. |
| Persistent | Hints that this prepared statement will be retained for a long period and reused many times. |
Remarks
Flags used when creating a prepared statement.