FDataBaseRecordSet::GetBigInt

Returns a int64 associated with the passed in field/ column for the current row.

Windows
MacOS
Linux

References

Module

DatabaseSupport

Header

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

Include

#include "Database.h"

Syntax

virtual int64 GetBigInt
(
    const TCHAR * Column
) const

Remarks

Returns a int64 associated with the passed in field/ column for the current row.

Parameters

Parameter

Description

Column

Name of column to retrieve data for in current row

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