Navigation
API > API/Plugins > API/Plugins/RemoteDatabaseSupport
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
| Type | Name | Description | |
|---|---|---|---|
FRemoteDataBaseRecordSet
(
int32 ResultSetID, |
Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor as class has virtual functions. |
Overridden from FDataBaseRecordSet
| Type | Name | Description | |
|---|---|---|---|
| float | Returns a float associated with the passed in field/ column for the current row. | ||
| int32 | Returns an integer associated with the passed in field/ column for the current row. | ||
| FString | Returns a string associated with the passed in field/ column for the current row. | ||
| bool | IsAtEnd () |
Returns whether we are at the end. | |
| void | MoveToFirst () |
Protected functions used internally for iteration. | |
| void | MoveToNext () |
Moves to the next record in the set. |