Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/sqlite
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/sqlite/sqlite3.h |
| Include | #include "sqlite/sqlite3.h" |
int sqlite3_clear_bindings
(
sqlite3_stmt *
)
Remarks
CAPI3REF: Reset All Bindings On A Prepared Statement METHOD: sqlite3_stmt
^Contrary to the intuition of many, [sqlite3_reset()] does not reset the [sqlite3_bind_blob | bindings] on a [prepared statement]. ^Use this routine to reset all host parameters to NULL.