 |
Qore DataProvider Module Reference
1.0.2
|
29 "type":
"NullDataProvider",
30 "supports_request":
True,
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
constructor(*hash< auto > options)
Creates the object.
A dumrequest data provider that provides an empty hash as the request and response types.
Definition: NullDataProvider.qc.dox.h:24
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*AbstractDataProviderType getRequestTypeImpl()
Returns an empty hash type.
string getName()
Returns the name of this data provider ("NullRequest")
Data provider info.
Definition: AbstractDataProvider.qc.dox.h:65
const ProviderInfo
Provider info.
Definition: NullDataProvider.qc.dox.h:28
The AbstractDataProvider class.
Definition: AbstractDataProvider.qc.dox.h:194
static HashDataType type()
The default request and response type for this data provider.
describes a data type based on a hash
Definition: HashDataType.qc.dox.h:34
*AbstractDataProviderType getResponseTypeImpl()
Returns an empty hash type.
*hash< string, AbstractDataProviderType > getErrorResponseTypesImpl()
Returns NOTHING.
auto doRequestImpl(auto req, *hash< auto > request_options)
Returns an empty hash.