![]() |
Qore FileDataProvider Module Reference
1.0
|
The main data provider class, provides API classes as children. More...
Inherits AbstractDataProvider.
Public Member Methods | |
| constructor (*hash< auto > options) | |
| Creates the object from constructor options. | |
| *list< hash< DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
| Return data provider summary info. | |
| *string | getDesc () |
| Returns the data provider description. | |
| string | getName () |
| Returns the data provider name. | |
Public Attributes | |
| const | ProviderInfo |
| Provider info. | |
Private Member Methods | |
| *AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or NOTHING if the given child is unknown. More... | |
| *list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any. More... | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
The main data provider class, provides API classes as children.
|
private |