Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/TPreparedStateme-
| Type | Name | Description | |
|---|---|---|---|
| bool | BindAndExecute
(
const Bindings&... BindingArgs |
Set the value of all bindings, and execute a statement that requires no result state. | |
| int64 | BindAndExecute
(
const Bindings&... BindingArgs, |
Set the value of all bindings, and execute a statement and enumerate the result state. |