Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement
Description
Reset the SQLite prepared statement so that it can be used again.
This doesn't remove any existing bindings (see ClearBindings).
| Name | Reset |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
void Reset()