Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLitePreparedStatement
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
Get the integer value of a column from its name or index. | SQLitePreparedStatement.h | |
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
Get the float value of a column from its name or index. | SQLitePreparedStatement.h | |
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
Get the string value of a column from its name or index. | SQLitePreparedStatement.h | |
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h | ||
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
Get the blob value of a column from its name or index. | SQLitePreparedStatement.h | |
bool GetColumnValueByName
(
const TCHAR* InColumnName, |
SQLitePreparedStatement.h |
GetColumnValueByName(const TCHAR *, int8 &)
Description
Get the integer value of a column from its name or index.
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
int8 & OutValue
) const
GetColumnValueByName(const TCHAR *, uint8 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
uint8 & OutValue
) const
GetColumnValueByName(const TCHAR *, int16 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
int16 & OutValue
) const
GetColumnValueByName(const TCHAR *, uint16 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
uint16 & OutValue
) const
GetColumnValueByName(const TCHAR *, int32 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
int32 & OutValue
) const
GetColumnValueByName(const TCHAR *, uint32 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
uint32 & OutValue
) const
GetColumnValueByName(const TCHAR *, int64 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
int64 & OutValue
) const
GetColumnValueByName(const TCHAR *, uint64 &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
uint64 & OutValue
) const
GetColumnValueByName(const TCHAR *, FDateTime &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
FDateTime & OutValue
) const
GetColumnValueByName(const TCHAR *, EnumType &)
| Name | GetColumnValueByName |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLitePreparedStatement.h |
| Include Path | #include "SQLitePreparedStatement.h" |
template<typename EnumType, typename>
bool GetColumnValueByName
(
const TCHAR * InColumnName,
EnumType & InValue
) const
GetColumnValueByName(const TCHAR *, float &)
Description
Get the float value of a column from its name or index.
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
float & OutValue
) const
GetColumnValueByName(const TCHAR *, double &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
double & OutValue
) const
GetColumnValueByName(const TCHAR *, FString &)
Description
Get the string value of a column from its name or index.
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
FString & OutValue
) const
GetColumnValueByName(const TCHAR *, FName &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
FName & OutValue
) const
GetColumnValueByName(const TCHAR *, FText &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
FText & OutValue
) const
GetColumnValueByName(const TCHAR *, TArray< uint8 > &)
Description
Get the blob value of a column from its name or index.
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
TArray < uint8 > & OutValue
) const
GetColumnValueByName(const TCHAR *, FGuid &)
| Name | GetColumnValueByName |
| 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 GetColumnValueByName
(
const TCHAR * InColumnName,
FGuid & OutValue
) const