Navigation
| Name | DatabaseSupport |
| Type | Runtime |
| Part of Plugins | Database Support |
| Location | /Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/ |
| Module Build Rules | DatabaseSupport.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FDataBaseConnection | Empty base class for database access via executing SQL commands. |
| FDataBaseRecordSet | Empty base class for iterating over database records returned via query. |
Structs
| Name | Remarks |
|---|---|
| FDatabaseColumnInfo | This struct holds info relating to a column. |
Interfaces
| Name | Remarks |
|---|---|
| IDatabaseSupport | The public interface to this module |
Enums
Public
| Name | Remarks |
|---|---|
| EDataBaseUnrealTypes | Enums for Database types. Each Database has their own set of DB types and |