►NDataProvider | Qore AbstractDataField class definition |
CAbstractDataField | Describes a data type based on a hashdecl |
CAbstractDataProcessor | Defines an abstract class for accepting data and outputting optionally transformed or filtered data |
CAbstractDataProvider | The AbstractDataProvider class |
CAbstractDataProviderBulkOperation | Abstract bulk data operation class |
CAbstractDataProviderBulkRecordInterface | Defines the abstract class for data provider iterators; the destructor releases the iterator |
CAbstractDataProviderFactory | Data provider factory class |
CAbstractDataProviderRecordIterator | Defines the abstract class for data provider iterators; the destructor releases the iterator |
CAbstractDataProviderType | Describes a data type |
CAbstractEventFilter | This abstract class can be used to filter events that are raised on an Observer |
CActionOptionInfo | Data provider action option definition |
CDataFieldInfo | Describes a data type |
CDataProvider | Data provider class |
CDataProviderActionCatalog | DataProvider action and application catalog class |
CDataProviderActionInfo | DataProvider action definition |
CDataProviderAppInfo | Application information hash |
CDataProviderArgInfo | Data provider expression arg info |
CDataProviderBulkRecordIterator | Defines the standard record iterator for bulk record iterators |
CDataProviderConnectionInfo | Data provider connection info |
CDataProviderContextHelper | Data provider context helper |
CDataProviderDataContextHelper | Data provider context helper |
CDataProviderExpression | Data provider expression |
CDataProviderExpressionInfo | Data provider signature info |
CDataProviderFactoryInfo | Data provider factory info |
CDataProviderFieldReference | Data provider field reference |
CDataProviderInfo | Data provider info |
CDataProviderMessageInfo | Data provider message and event info |
CDataProviderOptionInfo | Data provider option info |
CDataProviderPathVarInfo | DataProvider path var info |
CDataProviderPipeline | Defines a class for passing data through record processors |
CDataProviderPipelineFactory | A factory class for creating DataProviderPipeline objects |
CDataProviderSignatureTypeInfo | Data provider signature argument info |
CDataProviderSummaryInfo | Data provider summary info |
CDataProviderTypeCache | Data provider type cache class |
CDataProviderTypeEntry | DataProviderTypeEntry class |
CDataProviderTypeEntryInfo | Data provider type entry info |
CDataProviderTypeOptionInfo | Describes type options |
CDataTypeInfo | Describes a data type |
CDefaultBulkInserter | Default builk inserter class |
CDefaultBulkRecordIterface | Default bulk record interface class for data providers that do not support bulk read APIs |
CDefaultBulkUpserter | Default builk inserter class |
CDefaultRecordIterator | Default record iterator class for data providers that do not support custom read / search APIs |
CDelayedObservable | This class represents an observable subject that waits for external confirmation before raising events |
CFileDataType | A type that indicates a file |
CFileOrNothingDataType | A type that indicates a file |
CHashDataType | Describes a data type based on a hash |
CHashDeclDataType | Describes a data type based on a hashdecl |
CImplicitModuleTransaction | Implements a mechanism to roll back changes made in external module initialization if an error occurs |
CListDataType | Describes a data type based on a hash |
CNameDescInfo | Name and description info |
CNullDataProvider | A dumrequest data provider that provides an empty hash as the request and response types |
CNullDataProviderFactory | The null data provider factory |
CObservable | This class represents an observable subject that will notify all of its registered observers |
CObserver | This abstract class represents an observer that will get notified by the subject it observes |
CPipelineFactoryInfo | Pipeline factory info |
CPipelineInfo | Pipeline info |
CPipelineOptionInfo | Pipeline option info |
CPipelineQueue | Pipeline element |
CQoreBase64BinaryDataType | Describes a data type based on binary |
CQoreBase64BinaryOrNothingDataType | Describes a data type based on *binary |
CQoreBinaryDataType | Describes a data type based on binary |
CQoreBinaryDataTypeBase | Describes a data type based on binary types with validation for parsing strings when used with soft types |
CQoreBinaryOrNothingDataType | Describes a data type based on *binary |
CQoreBoolDataType | Describes a data type based on int |
CQoreBoolDataTypeBase | Describes a data type based on softint with validation for parsing strings |
CQoreBoolOrNothingDataType | Describes a data type based on *int |
CQoreDataField | Describes a data type based on a hashdecl |
CQoreDataType | Describes a data type based on a Qore data type |
CQoreDateDataType | Describes a data type based on date with output time zone support |
CQoreDateDataTypeBase | Describes a data type based on a date type with validation for string parsing and time zone support |
CQoreDateOrNothingDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CQoreFloatDataType | Describes a data type based on float |
CQoreFloatDataTypeBase | Describes a data type based on softnumber with validation for parsing strings |
CQoreFloatOrNothingDataType | Describes a data type based on *float |
CQoreHashDataType | Describes a data type |
CQoreHexBinaryDataType | Describes a data type based on binary |
CQoreHexBinaryOrNothingDataType | Describes a data type based on *binary |
CQoreIntDataType | Describes a data type based on int |
CQoreIntDataTypeBase | Describes a data type based on int types with validation for parsing strings when used with soft types |
CQoreIntOrNothingDataType | Describes a data type based on *int |
CQoreListDataType | Describes a data type based on a hash |
CQoreNumberDataType | Describes a data type based on number |
CQoreNumberDataTypeBase | Describes a data type based on number types with validation for parsing strings when used with soft types |
CQoreNumberOrNothingDataType | Describes a data type based on *number |
CQoreSignedByteDataType | Signed byte data type for ints with values from -127 - 128 |
CQoreSignedByteOrNothingDataType | Signed byte data type for ints with values from -127 - 128 |
CQoreSoftBinaryDataType | Describes a data type based on softbinary with validation for parsing strings |
CQoreSoftBinaryNoNullDataType | Describes a data type based on softbinary with validation for parsing strings |
CQoreSoftBinaryOrNothingDataType | Describes a data type based on *softbinary with validation for parsing strings |
CQoreSoftBoolDataType | Describes a data type based on softint with validation for parsing strings |
CQoreSoftBoolNoNullDataType | Describes a data type based on softint with validation for parsing strings |
CQoreSoftBoolOrNothingDataType | Describes a data type based on *softint with validation for parsing strings |
CQoreSoftDateDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CQoreSoftDateNoNullDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CQoreSoftDateOrNothingDataType | Describes a data type based on softdate with validation for string parsing and time zone support |
CQoreSoftFloatDataType | Describes a data type based on softfloat with validation for parsing strings |
CQoreSoftFloatNoNullDataType | Describes a data type based on softfloat with validation for parsing strings |
CQoreSoftFloatOrNothingDataType | Describes a data type based on *softfloat with validation for parsing strings |
CQoreSoftIntDataType | Describes a data type based on softint with validation for parsing strings |
CQoreSoftIntNoNullDataType | Describes a data type based on softint with validation for parsing strings |
CQoreSoftIntOrNothingDataType | Describes a data type based on *softint with validation for parsing strings |
CQoreSoftNumberDataType | Describes a data type based on softnumber with validation for parsing strings |
CQoreSoftNumberNoNullDataType | Describes a data type based on softnumber with validation for parsing strings |
CQoreSoftNumberOrNothingDataType | Describes a data type based on *softnumber with validation for parsing strings |
CQoreSoftSignedByteDataType | Signed byte data type for ints with values from -127 - 128 |
CQoreSoftSignedByteOrNothingDataType | Signed byte data type for ints with values from -127 - 128 |
CQoreSoftStringDataType | Describes a data type based on softstring with a target encoding |
CQoreSoftStringOrNothingDataType | Describes a data type based on *softstring with a target encoding |
CQoreSoftUnsignedByteDataType | Unsigned byte data type for ints with values from 0 - 255 |
CQoreSoftUnsignedByteOrNothingDataType | Unsigned byte data type for ints with values from 0 - 255 |
CQoreStringDataType | Describes a data type based on string with a target encoding |
CQoreStringDataTypeBase | Describes a data type based on a string tyoe with a target encoding option |
CQoreStringOrNothingDataType | Describes a data type based on *string with a target encoding |
CQoreUnsignedByteDataType | Unsigned byte data type for ints with values from 0 - 255 |
CQoreUnsignedByteOrNothingDataType | Unsigned byte data type for ints with values from 0 - 255 |
CRgbColorDataType | RGB color data type |
CRgbColorDataTypeBase | RGB color data type |
CRgbColorOrNothingDataType | RGB color "or nothing" data type |
CSearchOperatorInfo | Generic operator info hash as returned by all generic search operator functions |
CSoftListDataType | Describes a data type based on a hash |
CUnixTimestampMsOrNothingType | A type that converts dates to UNIX timestamps in milliseconds |
CUnixTimestampMsType | A type that converts dates to UNIX timestamps in milliseconds |
CUnixTimestampOrNothingType | A type that converts dates to UNIX timestamps in seconds |
CUnixTimestampType | A type that converts dates to UNIX timestamps in seconds |
NPriv | Private definitions |