36 static hash<string, code> dynamic_children;
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
*SalesforceRestClient::SalesforceRestConnection conn
The connection object used to create the REST client.
Definition SalesforceRestDataProviderBase.qc.dox.h:45
*string getDesc()
Returns the data provider description.
constructor(SalesforceRestClient::SalesforceRestConnection conn)
Creates the object from the arguments.
*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.
constructor(SalesforceRestClient::SalesforceRestClient rest)
Creates the object from the arguments.
constructor(*hash< auto > options)
Creates the object from constructor options.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
string getName()
Returns the data provider name.
static registerChild(string name, code generator)
Registers a child data provider.
const ProviderInfo
Provider info.
Definition SalesforceRestDataProvider.qc.dox.h:32
Qore SalesforceRestDataProvider module definition.
Definition SalesforceRestDataProvider.qc.dox.h:26