Qorus Integration Engine® Enterprise Edition 7.0.5_prod
Loading...
Searching...
No Matches
QorusRemoteDataProvider::QorusRemoteDataProvider Class Reference

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

Inherits AbstractDataProvider.

Public Member Methods

 constructor ()
 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.
 
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo ()
 Return data provider summary info.
 

Public Attributes

const ProviderInfo
 Provider info.
 

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.
 

Detailed Description

The database data provider class, provides tables as children.

Member Function Documentation

◆ getChildProviderImpl()

*AbstractDataProvider QorusRemoteDataProvider::QorusRemoteDataProvider::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 > QorusRemoteDataProvider::QorusRemoteDataProvider::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: