The database data provider class, provides tables as children.
More...
Inherits AbstractDataProvider.
|
|
| 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.
|
| |
|
*list< hash< DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
| | Return data provider summary info.
|
| |
|
|
const | ProviderInfo |
| | Provider info.
|
| |
|
const | ConstructorOptions |
| | Constructor options.
|
| |
|
| *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.
|
| |
|
|
string | remote |
| | The remote connection name.
|
| |
|
QorusSystemRestHelper | qrest |
| | The remote connection.
|
| |
The database data provider class, provides tables as children.
◆ getChildProviderImpl()
| *AbstractDataProvider RemoteDbProvider::RemoteDbProvider::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-ERROR | error acquiring child provider |
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
| *list< string > RemoteDbProvider::RemoteDbProvider::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: