Navigation
API > API/Plugins > API/Plugins/ADOSupport
The public interface to this module
| Name | IADOSupport |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Database/ADOSupport/Source/ADOSupport/Public/ADOSupport.h |
| Include Path | #include "ADOSupport.h" |
Syntax
class IADOSupport : public IModuleInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDataBaseConnection * CreateInstance() |
Function to create an ADO database connection object. | ADOSupport.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IADOSupport & Get () |
Singleton-like access to this module's interface. | ADOSupport.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | ADOSupport.h |