Navigation
API > API/Plugins > API/Plugins/DatabaseSupport
This struct holds info relating to a column. Specifically, we need to get back certain meta info from a RecordSet so we can "Get" data from it.
| Name | FDatabaseColumnInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h |
| Include Path | #include "Database.h" |
Syntax
struct FDatabaseColumnInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatabaseColumnInfo() |
Default constructor | Database.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnName | FString | The name of the column | Database.h | |
| DataType | EDataBaseUnrealTypes | This is the type of data in this column. (e.g. so you can do GetFloat or GetInt on the column | Database.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FDatabaseColumnInfo& OtherFDatabaseColumnInfo |
Database.h |