Qore DataProvider Module Reference
2.2
|
▼CDataProvider::AbstractDataField | Describes a data type based on a hashdecl |
CDataProvider::QoreDataField | Describes a data type based on a hashdecl |
CDataProvider::AbstractDataProcessor | Defines an abstract class for accepting data and outputting optionally transformed or filtered data |
▼CDataProvider::AbstractDataProvider | The AbstractDataProvider class |
CDataProvider::NullDataProvider | A dumrequest data provider that provides an empty hash as the request and response types |
▼CDataProvider::AbstractDataProviderBulkOperation | Abstract bulk data operation class |
CDataProvider::DefaultBulkInserter | Default builk inserter class |
CDataProvider::DefaultBulkUpserter | Default builk inserter class |
▼CDataProvider::AbstractDataProviderBulkRecordInterface | Defines the abstract class for data provider iterators; the destructor releases the iterator |
CDataProvider::DefaultBulkRecordIterface | Default bulk record interface class for data providers that do not support bulk read APIs |
▼CDataProvider::AbstractDataProviderFactory | Data provider factory class |
CDataProvider::NullDataProviderFactory | The null data provider factory |
▼CDataProvider::AbstractDataProviderRecordIterator | Defines the abstract class for data provider iterators; the destructor releases the iterator |
CDataProvider::DataProviderBulkRecordIterator | Defines the standard record iterator for bulk record iterators |
CDataProvider::DefaultRecordIterator | Default record iterator class for data providers that do not support custom read / search APIs |
▼CDataProvider::AbstractDataProviderType | Describes a data type |
▼CDataProvider::ListDataType | Describes a data type based on a hash |
CDataProvider::SoftListDataType | Describes a data type based on a hash |
▼CDataProvider::QoreDataType | Describes a data type based on a Qore data type |
CDataProvider::HashDataType | Describes a data type based on a hash |
CDataProvider::HashDeclDataType | Describes a data type based on a hashdecl |
▼CDataProvider::QoreBinaryDataTypeBase | Describes a data type based on binary types with validation for parsing strings when used with soft types |
CDataProvider::QoreBinaryDataType | Describes a data type based on binary |
CDataProvider::QoreBinaryOrNothingDataType | Describes a data type based on *binary |
▼CDataProvider::QoreSoftBinaryDataType | Describes a data type based on softbinary with validation for parsing strings |
CDataProvider::QoreSoftBinaryNoNullDataType | Describes a data type based on softbinary with validation for parsing strings |
CDataProvider::QoreSoftBinaryOrNothingDataType | Describes a data type based on *softbinary with validation for parsing strings |
▼CDataProvider::QoreBoolDataTypeBase | Describes a data type based on softint with validation for parsing strings |
CDataProvider::QoreBoolDataType | Describes a data type based on int |
CDataProvider::QoreBoolOrNothingDataType | Describes a data type based on *int |
CDataProvider::QoreSoftBoolDataType | Describes a data type based on softint with validation for parsing strings |
CDataProvider::QoreSoftBoolNoNullDataType | Describes a data type based on softint with validation for parsing strings |
CDataProvider::QoreSoftBoolOrNothingDataType | Describes a data type based on *softint with validation for parsing strings |
▼CDataProvider::QoreDateDataTypeBase | Describes a data type based on a date type with validation for string parsing and time zone support |
CDataProvider::QoreDateDataType | Describes a data type based on date with output time zone support |
CDataProvider::QoreDateOrNothingDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
▼CDataProvider::QoreSoftDateDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CDataProvider::QoreSoftDateNoNullDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CDataProvider::QoreSoftDateOrNothingDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
▼CDataProvider::QoreFloatDataTypeBase | Describes a data type based on softnumber with validation for parsing strings |
CDataProvider::QoreFloatDataType | Describes a data type based on float |
CDataProvider::QoreFloatOrNothingDataType | Describes a data type based on *float |
▼CDataProvider::QoreSoftFloatDataType | Describes a data type based on softfloat with validation for parsing strings |
CDataProvider::QoreSoftFloatNoNullDataType | Describes a data type based on softfloat with validation for parsing strings |
CDataProvider::QoreSoftFloatOrNothingDataType | Describes a data type based on *softfloat with validation for parsing strings |
CDataProvider::QoreHashDataType | Describes a data type |
▼CDataProvider::QoreIntDataTypeBase | Describes a data type based on int types with validation for parsing strings when used with soft types |
CDataProvider::QoreIntDataType | Describes a data type based on int |
CDataProvider::QoreIntOrNothingDataType | Describes a data type based on *int |
▼CDataProvider::QoreSoftIntDataType | Describes a data type based on softint with validation for parsing strings |
CDataProvider::QoreSoftIntNoNullDataType | Describes a data type based on softint with validation for parsing strings |
CDataProvider::QoreSoftIntOrNothingDataType | Describes a data type based on *softint with validation for parsing strings |
CDataProvider::QoreListDataType | Describes a data type based on a hash |
▼CDataProvider::QoreNumberDataTypeBase | Describes a data type based on number types with validation for parsing strings when used with soft types |
CDataProvider::QoreNumberDataType | Describes a data type based on number |
CDataProvider::QoreNumberOrNothingDataType | Describes a data type based on *number |
▼CDataProvider::QoreSoftNumberDataType | Describes a data type based on softnumber with validation for parsing strings |
CDataProvider::QoreSoftNumberNoNullDataType | Describes a data type based on softnumber with validation for parsing strings |
CDataProvider::QoreSoftNumberOrNothingDataType | Describes a data type based on *softnumber with validation for parsing strings |
▼CDataProvider::QoreStringDataTypeBase | Describes a data type based on a string tyoe with a target encoding option |
CDataProvider::QoreSoftStringDataType | Describes a data type based on softstring with a target encoding |
CDataProvider::QoreSoftStringOrNothingDataType | Describes a data type based on *softstring with a target encoding |
CDataProvider::QoreStringDataType | Describes a data type based on string with a target encoding |
CDataProvider::QoreStringOrNothingDataType | Describes a data type based on *string with a target encoding |
CDataProvider::DataFieldInfo | Describes a data type |
CDataProvider::DataProvider | Data provider class |
CDataProvider::DataProviderFactoryInfo | Data provider factory info |
CDataProvider::DataProviderInfo | Data provider info |
CDataProvider::DataProviderOptionInfo | Data provider option info |
CDataProvider::DataProviderPipeline | Defines a class for passing data through record processors |
CDataProvider::DataProviderPipelineFactory | A factory class for creating DataProviderPipeline objects |
CDataProvider::DataProviderTypeCache | Data provider type cache class |
CDataProvider::DataProviderTypeEntry | DataProviderTypeEntry class |
CDataProvider::DataProviderTypeEntryInfo | Data provider type entry info |
CDataProvider::DataProviderTypeOptionInfo | Describes type options |
CDataProvider::DataTypeInfo | Describes a data type |
CDataProvider::PipelineFactoryInfo | Pipeline factory info |
CDataProvider::PipelineInfo | Pipeline info |
CDataProvider::PipelineOptionInfo | Pipeline option info |
CDataProvider::PipelineQueue | Pipeline element |
CDataProvider::SearchOperatorInfo | Generic operator info hash as returned by all generic search operator functions |