32 const ProviderInfo = ...;
36 static hash<string, code> dynamic_children;
The CdsRest data provider class.
Definition CdsRestDataProviderBase.qc.dox.h:28
constructor(CdsRestClient::CdsRestClient rest)
Creates the object from the arguments.
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(CdsRestClient::CdsRestConnection conn)
Creates the object from the arguments.
static registerChild(string name, code generator)
Registers a child data provider.
Qore CdsRestDataProvider module definition.
Definition CdsEntityDataProvider.qc.dox.h:26