![]() |
Qore DataProvider Module Reference
1.0.3
|
Data provider factory class. More...

Public Member Functions | |
| AbstractDataProvider | create (*hash< auto > options) |
| Creates an object from the given constructor options. | |
| abstract Class | getClass () |
| Returns the class for the data provider object. | |
| abstract hash< DataProviderInfo > | getInfo () |
| Returns static provider information. More... | |
| hash< auto > | getInfoAsData () |
| Returns static provider information as data; no objects are returned. More... | |
| abstract string | getName () |
| Returns the name of the data provider factory. | |
Protected Member Functions | |
| error (string err, string fmt) | |
| thrown an exception | |
Data provider factory class.
|
pure virtual |
Returns static provider information.
name and children attributes are not returned as they are dynamic attributes Implemented in DataProvider::NullDataProviderFactory.
| hash<auto> DataProvider::AbstractDataProviderFactory::getInfoAsData | ( | ) |
Returns static provider information as data; no objects are returned.
name and children attributes are not returned as they are dynamic attributes