Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement
| Type | Name | Description | |
|---|---|---|---|
| bool | Execute () |
Execute a statement that requires no result state. | |
| int64 | Execute
(
TFunctionRef< ESQLitePreparedStatementExecuteRowResult(const FSQLitePreparedStatement&)> InCallback |
Execute a statement and enumerate the result state. |