Navigation
API > API/Plugins > API/Plugins/DatabaseSupport
Inheritance Hierarchy
- FDataBaseConnection
- FRemoteDatabaseConnection
- FSQLiteDatabaseConnection
References
| Module | DatabaseSupport |
| Header | /Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h |
| Include | #include "Database.h" |
Syntax
class FDataBaseConnection
Remarks
Empty base class for database access via executing SQL commands. Used on platforms not supporting a direct database connection.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor as we have virtual functions. |
Functions
| 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. |