32 const ProviderInfo = ...;
36 static hash<string, code> dynamic_children;
44 constructor(SalesforceRestClient::SalesforceRestClient rest) ;
48 constructor(SalesforceRestClient::SalesforceRestConnection conn) ;
The SalesforceRest data provider class.
Definition SalesforceRestDataProviderBase.qc.dox.h:28
*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.
Qore SalesforceRestDataProvider module definition.
Definition SalesforceRestDataProvider.qc.dox.h:26