Qore DataProvider Module Reference 3.1
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CDataProvider::AbstractDataProcessorDefines an abstract class for accepting data and outputting optionally transformed or filtered data
 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::ActionOptionInfoData provider action option definition
 CDataProvider::DataFieldInfoDescribes a data type
 CDataProvider::DataProviderData provider class
 CDataProvider::DataProviderActionCatalogDataProvider action and application catalog class
 CDataProvider::DataProviderActionInfoDataProvider action definition
 CDataProvider::DataProviderAppInfoApplication information hash
 CDataProvider::DataProviderArgInfoData provider expression arg info
 CDataProvider::DataProviderConnectionInfoData provider connection info
 CDataProvider::DataProviderContextHelperData provider context helper
 CDataProvider::DataProviderDataContextHelperData provider context helper
 CDataProvider::DataProviderExpressionData provider expression
 CDataProvider::DataProviderExpressionInfoData provider signature info
 CDataProvider::DataProviderFactoryInfoData provider factory info
 CDataProvider::DataProviderFieldReferenceData provider field reference
 CDataProvider::DataProviderInfoData provider info
 CDataProvider::DataProviderMessageInfoData provider message and event info
 CDataProvider::DataProviderOptionInfoData provider option info
 CDataProvider::DataProviderPathVarInfoDataProvider path var info
 CDataProvider::DataProviderPipelineDefines a class for passing data through record processors
 CDataProvider::DataProviderPipelineFactoryA factory class for creating DataProviderPipeline objects
 CDataProvider::DataProviderSignatureTypeInfoData provider signature argument info
 CDataProvider::DataProviderSummaryInfoData provider summary info
 CDataProvider::DataProviderTypeEntryInfoData provider type entry info
 CDataProvider::DataProviderTypeOptionInfoDescribes type options
 CDataProvider::DataTypeInfoDescribes a data type
 CDataProvider::ImplicitModuleTransactionImplements a mechanism to roll back changes made in external module initialization if an error occurs
 CDataProvider::NameDescInfoName and description info
 CDataProvider::ObservableThis class represents an observable subject that will notify all of its registered observers
 CDataProvider::DelayedObservableThis class represents an observable subject that waits for external confirmation before raising events
 CDataProvider::ObserverThis abstract class represents an observer that will get notified by the subject it observes
 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
 CQore::Serializable [external]
 CDataProvider::AbstractDataFieldDescribes a data type based on a hashdecl
 CDataProvider::QoreDataFieldDescribes a data type based on a hashdecl
 CDataProvider::AbstractDataProviderThe AbstractDataProvider class
 CDataProvider::NullDataProviderA dumrequest data provider that provides an empty hash as the request and response types
 CDataProvider::AbstractDataProviderTypeDescribes a data type
 CDataProvider::FileDataTypeA type that indicates a file
 CDataProvider::FileOrNothingDataTypeA type that indicates a file
 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::ListDataTypeDescribes a data type based on a hash
 CDataProvider::QoreBinaryDataTypeBaseDescribes a data type based on binary types with validation for parsing strings when used with soft types
 CDataProvider::QoreBoolDataTypeBaseDescribes 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::QoreFloatDataTypeBaseDescribes a data type based on softnumber 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::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::QoreStringDataTypeBaseDescribes a data type based on a string tyoe with a target encoding option
 CDataProvider::UnixTimestampTypeA type that converts dates to UNIX timestamps in seconds
 CDataProvider::UnixTimestampMsTypeA type that converts dates to UNIX timestamps in milliseconds
 CDataProvider::UnixTimestampOrNothingTypeA type that converts dates to UNIX timestamps in seconds
 CDataProvider::AbstractEventFilterThis abstract class can be used to filter events that are raised on an Observer
 CDataProvider::DataProviderTypeCacheData provider type cache class
 CDataProvider::DataProviderTypeEntryDataProviderTypeEntry class