FDatabaseColumnInfo

This struct holds info relating to a column.

Windows
MacOS
Linux

References

Module

DatabaseSupport

Header

/Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h

Include

#include "Database.h"

Syntax

struct FDatabaseColumnInfo

Remarks

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.

Variables

Name Description

Public variable

FString

 

ColumnName

The name of the column

Public variable

EDataBaseUnreal...

 

DataType

This is the type of data in this column. (e.g. so you can do GetFloat or GetInt on the column

Constructors

Name Description

Public function

FDatabaseColumnInfo()

Default constructor

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FDatabaseColumnInfo& OtherFD...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss