Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetBindingValueByName
(
const TCHAR* InBindingName |
Set the given null binding from its name or index. | SQLitePreparedStatement.h | |
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
Set the given integer binding from its name or index. | SQLitePreparedStatement.h | |
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
Set the given float binding from its name or index. | SQLitePreparedStatement.h | |
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
Set the given string binding from its name or index. | SQLitePreparedStatement.h | |
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h | ||
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
Set the given blob binding from its name or index. | SQLitePreparedStatement.h | |
bool SetBindingValueByName
(
const TCHAR* InBindingName, |
SQLitePreparedStatement.h |
SetBindingValueByName(const TCHAR *)
Description
Set the given null binding from its name or index.
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName
)
SetBindingValueByName(const TCHAR *, const int8)
Description
Set the given integer binding from its name or index.
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const int8 InValue
)
SetBindingValueByName(const TCHAR *, const uint8)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const uint8 InValue
)
SetBindingValueByName(const TCHAR *, const int16)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const int16 InValue
)
SetBindingValueByName(const TCHAR *, const uint16)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const uint16 InValue
)
SetBindingValueByName(const TCHAR *, const int32)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const int32 InValue
)
SetBindingValueByName(const TCHAR *, const uint32)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const uint32 InValue
)
SetBindingValueByName(const TCHAR *, const int64)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const int64 InValue
)
SetBindingValueByName(const TCHAR *, const uint64)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const uint64 InValue
)
SetBindingValueByName(const TCHAR *, const FDateTime)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const FDateTime InValue
)
SetBindingValueByName(const TCHAR *, const EnumType)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
template<typename EnumType, typename>
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const EnumType InValue
)
SetBindingValueByName(const TCHAR *, const float)
Description
Set the given float binding from its name or index.
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const float InValue
)
SetBindingValueByName(const TCHAR *, const double)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const double InValue
)
SetBindingValueByName(const TCHAR , const TCHAR )
Description
Set the given string binding from its name or index.
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const TCHAR * InValue
)
SetBindingValueByName(const TCHAR *, const FString &)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const FString & InValue
)
SetBindingValueByName(const TCHAR *, const FName)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const FName InValue
)
SetBindingValueByName(const TCHAR *, const FText &)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const FText & InValue
)
SetBindingValueByName(const TCHAR *, const FGuid &)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const FGuid & InValue
)
SetBindingValueByName(const TCHAR *, TArrayView< const uint8 >, const bool)
Description
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.
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #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
)
SetBindingValueByName(const TCHAR , const void , const int32, const bool)
| Name | SetBindingValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLitePreparedStatement.cpp |
bool SetBindingValueByName
(
const TCHAR * InBindingName,
const void * InBlobData,
const int32 InBlobDataSizeBytes,
const bool bCopy
)