 |
Qore DataProvider Module Reference
1.0
|
27 "type":
"NullDataProvider",
28 "supports_request":
True,
33 static HashDataType
type();
constructor(*hash< auto > options)
Creates the object.
*AbstractDataProviderType getResponseTypeImpl()
Returns an empty hash type.
auto doRequestImpl(auto req, *hash< auto > request_options)
Returns an empty hash.
*AbstractDataProviderType getRequestTypeImpl()
Returns an empty hash type.
*hash< string, AbstractDataProviderType > getErrorResponseTypesImpl()
Returns NOTHING.
static HashDataType type()
The default request and response type for this data provider.
const ProviderInfo
Provider info.
Definition: NullDataProvider.qc.dox.h:26
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string getName()
Returns the name of this data provider ("NullRequest")
A dumrequest data provider that provides an empty hash as the request and response types.
Definition: NullDataProvider.qc.dox.h:22