Qore DataProvider Module Reference  2.2
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CDataProvider::AbstractDataFieldDescribes a data type based on a hashdecl
 CDataProvider::QoreDataFieldDescribes a data type based on a hashdecl
 CDataProvider::AbstractDataProcessorDefines an abstract class for accepting data and outputting optionally transformed or filtered data
 CDataProvider::AbstractDataProviderThe AbstractDataProvider class
 CDataProvider::NullDataProviderA dumrequest data provider that provides an empty hash as the request and response types
 CDataProvider::AbstractDataProviderBulkOperationAbstract bulk data operation class
 CDataProvider::DefaultBulkInserterDefault builk inserter class
 CDataProvider::DefaultBulkUpserterDefault builk inserter class
 CDataProvider::AbstractDataProviderBulkRecordInterfaceDefines the abstract class for data provider iterators; the destructor releases the iterator
 CDataProvider::DefaultBulkRecordIterfaceDefault bulk record interface class for data providers that do not support bulk read APIs
 CDataProvider::AbstractDataProviderFactoryData provider factory class
 CDataProvider::NullDataProviderFactoryThe null data provider factory
 CDataProvider::AbstractDataProviderRecordIteratorDefines the abstract class for data provider iterators; the destructor releases the iterator
 CDataProvider::DataProviderBulkRecordIteratorDefines the standard record iterator for bulk record iterators
 CDataProvider::DefaultRecordIteratorDefault record iterator class for data providers that do not support custom read / search APIs
 CDataProvider::AbstractDataProviderTypeDescribes a data type
 CDataProvider::ListDataTypeDescribes a data type based on a hash
 CDataProvider::SoftListDataTypeDescribes a data type based on a hash
 CDataProvider::QoreDataTypeDescribes a data type based on a Qore data type
 CDataProvider::HashDataTypeDescribes a data type based on a hash
 CDataProvider::HashDeclDataTypeDescribes a data type based on a hashdecl
 CDataProvider::QoreBinaryDataTypeBaseDescribes a data type based on binary types with validation for parsing strings when used with soft types
 CDataProvider::QoreBinaryDataTypeDescribes a data type based on binary
 CDataProvider::QoreBinaryOrNothingDataTypeDescribes a data type based on *binary
 CDataProvider::QoreSoftBinaryDataTypeDescribes a data type based on softbinary with validation for parsing strings
 CDataProvider::QoreSoftBinaryNoNullDataTypeDescribes a data type based on softbinary with validation for parsing strings
 CDataProvider::QoreSoftBinaryOrNothingDataTypeDescribes a data type based on *softbinary with validation for parsing strings
 CDataProvider::QoreBoolDataTypeBaseDescribes a data type based on softint with validation for parsing strings
 CDataProvider::QoreBoolDataTypeDescribes a data type based on int
 CDataProvider::QoreBoolOrNothingDataTypeDescribes a data type based on *int
 CDataProvider::QoreSoftBoolDataTypeDescribes a data type based on softint with validation for parsing strings
 CDataProvider::QoreSoftBoolNoNullDataTypeDescribes a data type based on softint with validation for parsing strings
 CDataProvider::QoreSoftBoolOrNothingDataTypeDescribes a data type based on *softint with validation for parsing strings
 CDataProvider::QoreDateDataTypeBaseDescribes a data type based on a date type with validation for string parsing and time zone support
 CDataProvider::QoreDateDataTypeDescribes a data type based on date with output time zone support
 CDataProvider::QoreDateOrNothingDataTypeDescribes a data type based on softdate with validation for string parsing and time zone support
 CDataProvider::QoreSoftDateDataTypeDescribes a data type based on softdate with validation for string parsing and time zone support
 CDataProvider::QoreSoftDateNoNullDataTypeDescribes a data type based on softdate with validation for string parsing and time zone support
 CDataProvider::QoreSoftDateOrNothingDataTypeDescribes a data type based on softdate with validation for string parsing and time zone support
 CDataProvider::QoreFloatDataTypeBaseDescribes a data type based on softnumber with validation for parsing strings
 CDataProvider::QoreFloatDataTypeDescribes a data type based on float
 CDataProvider::QoreFloatOrNothingDataTypeDescribes a data type based on *float
 CDataProvider::QoreSoftFloatDataTypeDescribes a data type based on softfloat with validation for parsing strings
 CDataProvider::QoreSoftFloatNoNullDataTypeDescribes a data type based on softfloat with validation for parsing strings
 CDataProvider::QoreSoftFloatOrNothingDataTypeDescribes a data type based on *softfloat with validation for parsing strings
 CDataProvider::QoreHashDataTypeDescribes a data type
 CDataProvider::QoreIntDataTypeBaseDescribes a data type based on int types with validation for parsing strings when used with soft types
 CDataProvider::QoreIntDataTypeDescribes a data type based on int
 CDataProvider::QoreIntOrNothingDataTypeDescribes a data type based on *int
 CDataProvider::QoreSoftIntDataTypeDescribes a data type based on softint with validation for parsing strings
 CDataProvider::QoreSoftIntNoNullDataTypeDescribes a data type based on softint with validation for parsing strings
 CDataProvider::QoreSoftIntOrNothingDataTypeDescribes a data type based on *softint with validation for parsing strings
 CDataProvider::QoreListDataTypeDescribes a data type based on a hash
 CDataProvider::QoreNumberDataTypeBaseDescribes a data type based on number types with validation for parsing strings when used with soft types
 CDataProvider::QoreNumberDataTypeDescribes a data type based on number
 CDataProvider::QoreNumberOrNothingDataTypeDescribes a data type based on *number
 CDataProvider::QoreSoftNumberDataTypeDescribes a data type based on softnumber with validation for parsing strings
 CDataProvider::QoreSoftNumberNoNullDataTypeDescribes a data type based on softnumber with validation for parsing strings
 CDataProvider::QoreSoftNumberOrNothingDataTypeDescribes a data type based on *softnumber with validation for parsing strings
 CDataProvider::QoreStringDataTypeBaseDescribes a data type based on a string tyoe with a target encoding option
 CDataProvider::QoreSoftStringDataTypeDescribes a data type based on softstring with a target encoding
 CDataProvider::QoreSoftStringOrNothingDataTypeDescribes a data type based on *softstring with a target encoding
 CDataProvider::QoreStringDataTypeDescribes a data type based on string with a target encoding
 CDataProvider::QoreStringOrNothingDataTypeDescribes a data type based on *string with a target encoding
 CDataProvider::DataFieldInfoDescribes a data type
 CDataProvider::DataProviderData provider class
 CDataProvider::DataProviderFactoryInfoData provider factory info
 CDataProvider::DataProviderInfoData provider info
 CDataProvider::DataProviderOptionInfoData provider option info
 CDataProvider::DataProviderPipelineDefines a class for passing data through record processors
 CDataProvider::DataProviderPipelineFactoryA factory class for creating DataProviderPipeline objects
 CDataProvider::DataProviderTypeCacheData provider type cache class
 CDataProvider::DataProviderTypeEntryDataProviderTypeEntry class
 CDataProvider::DataProviderTypeEntryInfoData provider type entry info
 CDataProvider::DataProviderTypeOptionInfoDescribes type options
 CDataProvider::DataTypeInfoDescribes a data type
 CDataProvider::PipelineFactoryInfoPipeline factory info
 CDataProvider::PipelineInfoPipeline info
 CDataProvider::PipelineOptionInfoPipeline option info
 CDataProvider::PipelineQueuePipeline element
 CDataProvider::SearchOperatorInfoGeneric operator info hash as returned by all generic search operator functions