104 AbstractDataProvider
createChildProviderImpl(
string name, hash<string, AbstractDataField> fields, *hash<auto> child_create_options);
The database data provider base class.
Definition DbDataProviderBase.qc.dox.h:28
AbstractDatabase db
the database object, if required
Definition DbDataProviderBase.qc.dox.h:33
The database tables data provider class, provides tables as children.
Definition DbTablesDataProvider.qc.dox.h:31
constructor(AbstractDatabase db, *LoggerInterface logger)
creates the object
const ProviderSummaryInfo
Provider summary info.
Definition DbTablesDataProvider.qc.dox.h:39
const ProviderInfo
Provider info.
Definition DbTablesDataProvider.qc.dox.h:35
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
constructor(AbstractDatasource ds, *hash< auto > opts)
creates the object
deleteChildProviderImpl(string name, *hash< auto > child_delete_options)
Deletes a child data provider.
*string getDesc()
Returns the data provider description.
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ChildCreateOptions
Child provider creation options.
Definition DbTablesDataProvider.qc.dox.h:43
string getName()
Returns the data provider name.
AbstractDataProvider createChildProviderImpl(string name, hash< string, AbstractDataField > fields, *hash< auto > child_create_options)
Creates a new child data provider and returns it after adding as a child.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
Qore AbstractDbRecordIterator class definition.
Definition AbstractDbRecordIterator.qc.dox.h:26