36 static hash<string, code> dynamic_children;
The CdsRest data provider class.
Definition CdsRestDataProviderBase.qc.dox.h:28
*CdsRestClient::CdsRestConnection conn
The connection object used to create the REST client.
Definition CdsRestDataProviderBase.qc.dox.h:48
CdsRestClient::CdsRestClient rest
The REST client object for API calls.
Definition CdsRestDataProviderBase.qc.dox.h:45
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.
const ProviderInfo
Provider info.
Definition CdsRestDataProvider.qc.dox.h:32
*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