 |
Qore DataProvider Module Reference
1.0.2
|
bool supportsBulkApi()
Returns True if the data processor supports bulk operation.
abstract auto submitImpl(auto _data)
Submits the data for processing.
AbstractDataProviderType getReturnType()
Returns the type of data that will be returned, if available.
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
*AbstractDataProviderType getReturnTypeImpl()
Returns the type of data that will be returned, if available.
AbstractDataProviderType getExpectedType()
Returns the expected type of data to be submitted, if available.
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
Defines an abstract class for accepting data and outputting optionally transformed or filtered data.
Definition: AbstractDataProcessor.qc.dox.h:33
abstract bool supportsBulkApiImpl()
Returns True if the data processor supports bulk operation.
auto submit(auto _data)
Submits the data for processing.
*AbstractDataProviderType getExpectedTypeImpl()
Returns the expected type of data to be submitted, if available.