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