Qorus Integration Engine® Enterprise Edition 7.0.0_prod
Loading...
Searching...
No Matches
QorusRemoteConnectionDataProvider::QorusRemoteConnectionDataProvider Class Reference

The database data provider class, provides tables as children. More...

Inherits AbstractDataProvider.

Public Member Methods

 constructor (string remote)
 creates the object
 
 constructor (string remote, QorusSystemRestHelper qrest)
 creates the object
 
 constructor (*hash< auto > options)
 Creates the object from constructor options.
 
string getName ()
 Returns the remote connection name.
 
*string getDesc ()
 Returns the data provider description.
 

Public Attributes

const ProviderInfo
 Provider info.
 
const ConstructorOptions
 Constructor options.
 

Private Member Methods

*list< string > getChildProviderNamesImpl ()
 Returns a list of child data provider names.
 
*AbstractDataProvider getChildProviderImpl (string name)
 Returns the given child provider or NOTHING if the given child is unknown.
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Private Attributes

string remote
 The remote connection name.
 
QorusSystemRestHelper qrest
 The remote connection.
 

Detailed Description

The database data provider class, provides tables as children.

Member Function Documentation

◆ getChildProviderImpl()

*AbstractDataProvider QorusRemoteConnectionDataProvider::QorusRemoteConnectionDataProvider::getChildProviderImpl ( string  name)
private

Returns the given child provider or NOTHING if the given child is unknown.

Returns
the given child provider or NOTHING if the given child is unknown
Exceptions
CHILD-PROVIDER-ERRORerror acquiring child provider
See also
getChildProviderEx()

◆ getChildProviderNamesImpl()

*list< string > QorusRemoteConnectionDataProvider::QorusRemoteConnectionDataProvider::getChildProviderNamesImpl ( )
private

Returns a list of child data provider names.

Returns
a list of child data provider names

The documentation for this class was generated from the following file: