Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/TPreparedStateme-
Description
Set the value of all bindings, and execute a statement that returns a single result.
The statement must not be active.
| Name | BindAndExecuteSingle |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
bool BindAndExecuteSingle
(
const Bindings &... BindingArgs,
Columns &... ColumnArgs
)
true if the execution was a success and a single result was returned.