37 AbstractDataProvider::DataProviderSummaryInfoKeys
45 Qore::Thread::Mutex
lck();
The CdsRest data provider class.
Definition CdsRestDataProviderBase.qc.dox.h:28
CdsRestClient::CdsRestClient rest
The REST client object for API calls.
Definition CdsRestDataProviderBase.qc.dox.h:45
The CdsRest data provider class.
Definition CdsRestTablesDataProvider.qc.dox.h:28
*DataProvider::AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
static hash< DataProviderSummaryInfo > ProviderSummaryInfo
Provider summary info.
Definition CdsRestTablesDataProvider.qc.dox.h:36
constructor(CdsRestClient::CdsRestClient rest)
Creates the object from the arguments.
static *hash< auto > getClientOptions(*hash< auto > copts)
Returns options for the CdsRestClient.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*hash< auto > meta
Metadata keyed by entity type.
Definition CdsRestTablesDataProvider.qc.dox.h:42
Qore::Thread::Mutex lck()
Metadata mutex.
string getName()
Returns the data provider name.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
setLogger(*LoggerInterface logger)
Accepts a LoggerInterface object for logging (or clears it)
const ProviderInfo
Provider info.
Definition CdsRestTablesDataProvider.qc.dox.h:32
*hash< auto > getMetadata()
Returns metadata.
constructor(*hash< auto > options)
Creates the object from constructor options.
Qore CdsRestDataProvider module definition.
Definition CdsEntityDataProvider.qc.dox.h:26