Navigation
API > API/Plugins > API/Plugins/RemoteDatabaseSupport
Inheritance Hierarchy
- FDataBaseConnection
- FRemoteDatabaseConnection
References
| Module | RemoteDatabaseSupport |
| Header | /Engine/Plugins/Runtime/Database/RemoteDatabaseSupport/Source/RemoteDatabaseSupport/Public/RemoteDatabaseConnection.h |
| Include | #include "RemoteDatabaseConnection.h" |
Syntax
class FRemoteDatabaseConnection : public FDataBaseConnection
Remarks
This class allows for connections to a remote database proxy that allows any platform, regardless of native DB support, to talk to a DB.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructor. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | SetConnectionString
(
const TCHAR* ConnectionString |
Sets the connection string to be used for this connection in the DB proxy. |
Overridden from FDataBaseConnection
| Type | Name | Description | |
|---|---|---|---|
| void | Close () |
Closes connection to database. | |
| bool | Executes the passed in command on the database. | ||
| bool | Execute
(
const TCHAR* CommandString, |
Executes the passed in command on the database. | |
| bool | Opens a connection to the database. |