Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement > API/Plugins/SQLiteCore/FSQLitePreparedStatement/SetBindingValueByName
References
| Module | SQLiteCore |
| Header | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
TArrayView < const uint8 > InBlobData,
const bool bCopy
)
Remarks
Set the given blob binding from its name or index.
If bCopy is set to false, then you must ensure the memory bound remains valid for the duration that the prepared statement is using it.