37 AbstractDataProvider::DataProviderSummaryInfoKeys
The SalesforceRest data provider class.
Definition SalesforceRestDataProviderBase.qc.dox.h:28
SalesforceRestClient::SalesforceRestClient rest
The REST client object for API calls.
Definition SalesforceRestDataProviderBase.qc.dox.h:48
The SalesforceRest data provider class.
Definition SalesforceRestTablesDataProvider.qc.dox.h:28
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*string getDesc()
Returns the data provider description.
constructor(SalesforceRestClient rest)
Creates the object from the arguments.
const ProviderInfo
Provider info.
Definition SalesforceRestTablesDataProvider.qc.dox.h:32
static hash< DataProviderSummaryInfo > ProviderSummaryInfo
Provider summary info.
Definition SalesforceRestTablesDataProvider.qc.dox.h:36
string getName()
Returns the data provider name.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
static *hash< auto > getClientOptions(*hash< auto > copts)
Returns options for the SalesforceRestClient.
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
constructor(*hash< auto > options)
Creates the object from constructor options.
Qore SalesforceRestDataProvider module definition.
Definition SalesforceRestDataProvider.qc.dox.h:26