Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/TPreparedStateme- > API/Plugins/SQLiteCore/TPreparedStateme-/BindAndExecute
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include | #include "SQLitePreparedStatement.h" |
int64 BindAndExecute
(
const Bindings &... BindingArgs,
TFunctionRef < ESQLitePreparedStatementExecuteRowResult &)> InCallback
)
Remarks
Set the value of all bindings, and execute a statement and enumerate the result state.
The statement must not be active. The number of rows enumerated (which may be less than the number of rows returned if ESQLitePreparedStatementExecuteRowResult::Stop is returned during enumeration), or INDEX_NONE if an error occurred (including returning ESQLitePreparedStatementExecuteRowResult::Error during enumeration).