FRemoteDataBaseRecordSet

A record set that is accessed from a DB proxy.

Windows
MacOS
Linux

Inheritance Hierarchy

FDataBaseRecordSet

FRemoteDataBaseRecordSet

References

Module

RemoteDatabaseSupport

Header

/Engine/Plugins/Runtime/Database/RemoteDatabaseSupport/Source/RemoteDatabaseSupport/Public/RemoteDatabaseConnection.h

Include

#include "RemoteDatabaseConnection.h"

Syntax

class FRemoteDataBaseRecordSet : public FDataBaseRecordSet

Remarks

A record set that is accessed from a DB proxy.

Constructors

Name Description

Public function

FRemoteDataBaseRecordSet

(
    int32 ResultSetID,
    FSocket* Connection
)

Constructor.

Destructors

Name Description

Public function Virtual

~FRemoteDataBaseRecordSet()

Virtual destructor as class has virtual functions.

Overridden from FDataBaseRecordSet

Name Description

Public function Virtual Const

float

 

GetFloat

(
    const TCHAR* Column
)

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

Public function Virtual Const

int32

 

GetInt

(
    const TCHAR* Column
)

Returns an integer associated with the passed in field/ column for the current row.

Public function Virtual Const

FString

 

GetString

(
    const TCHAR* Column
)

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

Protected function Virtual Const

bool

 

IsAtEnd()

Returns whether we are at the end.

Protected function Virtual

void

 

MoveToFirst()

Protected functions used internally for iteration.

Protected function Virtual

void

 

MoveToNext()

Moves to the next record in the set.

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