45 error(
string err,
string fmt);
55 abstract hash<DataProviderInfo>
getInfo();
hash< auto > getInfoAsData()
Returns static provider information as data; no objects are returned.
The AbstractDataProvider class.
Definition: AbstractDataProvider.qc.dox.h:194
abstract hash< DataProviderInfo > getInfo()
Returns static provider information.
error(string err, string fmt)
thrown an exception
Data provider factory class.
Definition: AbstractDataProviderFactory.qc.dox.h:28
abstract Class getClass()
Returns the class for the data provider object.
AbstractDataProvider create(*hash< auto > options)
Creates an object from the given constructor options.
abstract string getName()
Returns the name of the data provider factory.
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27