![]() |
Qore DataProvider Module Reference 3.6.0
|
Qore AbstractDataField class definition. More...
Classes | |
| class | AbstractDataField |
| describes a data type based on a hashdecl More... | |
| class | AbstractDataProcessor |
| Defines an abstract class for accepting data and outputting optionally transformed or filtered data. More... | |
| class | AbstractDataProvider |
| The AbstractDataProvider class. More... | |
| class | AbstractDataProviderBulkOperation |
| Abstract bulk data operation class. More... | |
| class | AbstractDataProviderBulkRecordInterface |
| Defines the abstract class for data provider iterators; the destructor releases the iterator. More... | |
| class | AbstractDataProviderFactory |
| Data provider factory class. More... | |
| class | AbstractDataProviderRecordIterator |
| Defines the abstract class for data provider iterators; the destructor releases the iterator. More... | |
| class | AbstractDataProviderType |
| describes a data type More... | |
| class | AbstractDebugInfoCollector |
| Abstract base class for debug info collection. More... | |
| class | AbstractEventFilter |
| This abstract class can be used to filter events that are raised on an Observer. More... | |
| hashdecl | ActionOptionInfo |
| Data provider action option definition. More... | |
| hashdecl | BaseOptionInfo |
| Base option info with common fields shared by DataProviderOptionInfo, ActionOptionInfo, and ConnectionOptionInfo. More... | |
| class | BufferedDebugInfoCollector |
| Buffered debug info collector - stores info for later retrieval. More... | |
| class | ConsoleDebugInfoCollector |
| Console debug info collector - outputs debug info immediately. More... | |
| hashdecl | DataFieldInfo |
| describes a data type More... | |
| class | DataProvider |
| Data provider class. More... | |
| class | DataProviderActionCatalog |
| DataProvider action and application catalog class. More... | |
| hashdecl | DataProviderActionInfo |
| DataProvider action definition. More... | |
| hashdecl | DataProviderAppInfo |
| Application information hash. More... | |
| hashdecl | DataProviderArgInfo |
| Data provider expression arg info. More... | |
| class | DataProviderBulkRecordIterator |
| Defines the standard record iterator for bulk record iterators. More... | |
| hashdecl | DataProviderConnectionInfo |
| Data provider connection info. More... | |
| class | DataProviderContextHelper |
| Data provider context helper. More... | |
| class | DataProviderDataContextHelper |
| Data provider context helper. More... | |
| hashdecl | DataProviderDebugInfo |
| hashdecl | DataProviderExpression |
| Data provider expression. More... | |
| hashdecl | DataProviderExpressionInfo |
| Data provider signature info. More... | |
| hashdecl | DataProviderFactoryInfo |
| Data provider factory info. More... | |
| hashdecl | DataProviderFieldReference |
| Data provider field reference. More... | |
| hashdecl | DataProviderInfo |
| Data provider info. More... | |
| hashdecl | DataProviderMessageInfo |
| Data provider message and event info. More... | |
| hashdecl | DataProviderOptionInfo |
| Data provider option info. More... | |
| hashdecl | DataProviderPathVarInfo |
| DataProvider path var info. More... | |
| class | DataProviderPipeline |
| Defines a class for passing data through record processors. More... | |
| class | DataProviderPipelineFactory |
| A factory class for creating DataProviderPipeline objects. More... | |
| hashdecl | DataProviderSignatureTypeInfo |
| Data provider signature argument info. More... | |
| hashdecl | DataProviderSummaryInfo |
| Data provider summary info. More... | |
| class | DataProviderTypeCache |
| Data provider type cache class. More... | |
| class | DataProviderTypeEntry |
| the DataProviderTypeEntry class More... | |
| hashdecl | DataProviderTypeEntryInfo |
| Data provider type entry info. More... | |
| hashdecl | DataProviderTypeOptionInfo |
| describes type options More... | |
| hashdecl | DataTypeInfo |
| describes a data type More... | |
| class | DefaultBulkInserter |
| Default builk inserter class. More... | |
| class | DefaultBulkRecordInterface |
| Default bulk record interface class for data providers that do not support bulk read APIs. More... | |
| class | DefaultBulkUpserter |
| Default builk inserter class. More... | |
| class | DefaultRecordIterator |
| Default record iterator class for data providers that do not support custom read / search APIs. More... | |
| class | DelayedObservable |
| This class represents an observable subject that waits for external confirmation before raising events. More... | |
| hashdecl | DisplayDescInfo |
| Display name and description info (without name field) More... | |
| hashdecl | DpqlCompletionContext |
| DPQL Completion context structure. More... | |
| hashdecl | DpqlCompletionItem |
| DPQL Completion item structure. More... | |
| class | DpqlCompletionProvider |
| Completion provider for DPQL expressions. More... | |
| hashdecl | DpqlDiagnostic |
| DPQL Diagnostic message structure. More... | |
| class | DpqlParser |
| Parser for DPQL (Data Provider Query Language) expressions. More... | |
| hashdecl | DpqlParseResult |
| DPQL Parse result structure. More... | |
| class | DpqlSerializer |
| Serializer for DPQL (Data Provider Query Language) expressions. More... | |
| hashdecl | DpqlTokenInfo |
| DPQL Token information structure. More... | |
| class | DpqlTokenizer |
| Tokenizer for DPQL (Data Provider Query Language) expressions. More... | |
| class | EpochIntToDateOrNothingType |
| A type that converts to UNIX timestamps in seconds to dates. More... | |
| class | EpochIntToDateType |
| A type that converts to UNIX timestamps in seconds to dates. More... | |
| class | FileDataType |
| A type that indicates a file. More... | |
| class | FileOrNothingDataType |
| A type that indicates a file. More... | |
| class | FlexibleTypeHandlingHelper |
| Class to enable flexible type handling in the current thread and restore the state in the destructor. More... | |
| class | HashDataType |
| describes a data type based on a hash More... | |
| class | HashDeclDataType |
| describes a data type based on a hashdecl More... | |
| class | ImplicitModuleTransaction |
| Implements a mechanism to roll back changes made in external module initialization if an error occurs. More... | |
| class | ListDataType |
| describes a data type based on a hash More... | |
| hashdecl | NameDescInfo |
| Name and description info. More... | |
| class | NullDataProvider |
| A dummy request data provider that provides an empty hash as the request and response types. More... | |
| class | NullDataProviderFactory |
| The null data provider factory. More... | |
| class | Observable |
| This class represents an observable subject that will notify all of its registered observers. More... | |
| class | Observer |
| This abstract class represents an observer that will get notified by the subject it observes. More... | |
| hashdecl | PipelineFactoryInfo |
| Pipeline factory info. More... | |
| hashdecl | PipelineInfo |
| Pipeline info. More... | |
| hashdecl | PipelineOptionInfo |
| Pipeline option info. More... | |
| class | PipelineQueue |
| Pipeline element. More... | |
| hashdecl | PipelineQueueInfo |
| Internal hashdecl for pipeline queue info. More... | |
| class | QoreBase64BinaryDataType |
| describes a data type based on binary More... | |
| class | QoreBase64BinaryOrNothingDataType |
| describes a data type based on *binary More... | |
| class | QoreBinaryDataType |
| describes a data type based on binary More... | |
| class | QoreBinaryDataTypeBase |
| describes a data type based on binary types with validation for parsing strings when used with soft types More... | |
| class | QoreBinaryOrNothingDataType |
| describes a data type based on *binary More... | |
| class | QoreBoolDataType |
| describes a data type based on int More... | |
| class | QoreBoolDataTypeBase |
| describes a data type based on softint with validation for parsing strings More... | |
| class | QoreBoolOrNothingDataType |
| describes a data type based on *int More... | |
| class | QoreDataField |
| describes a data type based on a hashdecl More... | |
| class | QoreDataType |
| describes a data type based on a Qore data type More... | |
| class | QoreDateDataType |
| describes a data type based on date with output time zone support More... | |
| class | QoreDateDataTypeBase |
| describes a data type based on a date type with validation for string parsing and time zone support More... | |
| class | QoreDateOrNothingDataType |
| describes a data type based on softdate with validation for string parsing and time zone support More... | |
| class | QoreFloatDataType |
| describes a data type based on float More... | |
| class | QoreFloatDataTypeBase |
| describes a data type based on softnumber with validation for parsing strings More... | |
| class | QoreFloatOrNothingDataType |
| describes a data type based on *float More... | |
| class | QoreHashDataType |
| describes a data type More... | |
| class | QoreHexBinaryDataType |
| describes a data type based on binary More... | |
| class | QoreHexBinaryOrNothingDataType |
| describes a data type based on *binary More... | |
| class | QoreIntDataType |
| describes a data type based on int More... | |
| class | QoreIntDataTypeBase |
| describes a data type based on int types with validation for parsing strings when used with soft types More... | |
| class | QoreIntOrNothingDataType |
| describes a data type based on *int More... | |
| class | QoreListDataType |
| describes a data type based on a hash More... | |
| class | QoreNumberDataType |
| describes a data type based on number More... | |
| class | QoreNumberDataTypeBase |
| describes a data type based on number types with validation for parsing strings when used with soft types More... | |
| class | QoreNumberOrNothingDataType |
| describes a data type based on *number More... | |
| class | QoreSignedByteDataType |
| Signed byte data type for ints with values from -127 - 128. More... | |
| class | QoreSignedByteOrNothingDataType |
| Signed byte data type for ints with values from -127 - 128. More... | |
| class | QoreSoftBinaryDataType |
| describes a data type based on softbinary with validation for parsing strings More... | |
| class | QoreSoftBinaryNoNullDataType |
| describes a data type based on softbinary with validation for parsing strings More... | |
| class | QoreSoftBinaryOrNothingDataType |
| describes a data type based on *softbinary with validation for parsing strings More... | |
| class | QoreSoftBoolDataType |
| describes a data type based on softint with validation for parsing strings More... | |
| class | QoreSoftBoolNoNullDataType |
| describes a data type based on softint with validation for parsing strings More... | |
| class | QoreSoftBoolOrNothingDataType |
| describes a data type based on *softint with validation for parsing strings More... | |
| class | QoreSoftDateDataType |
| describes a data type based on softdate with validation for string parsing and time zone support More... | |
| class | QoreSoftDateNoNullDataType |
| describes a data type based on softdate with validation for string parsing and time zone support More... | |
| class | QoreSoftDateOrNothingDataType |
| describes a data type based on softdate with validation for string parsing and time zone support More... | |
| class | QoreSoftFloatDataType |
| describes a data type based on softfloat with validation for parsing strings More... | |
| class | QoreSoftFloatNoNullDataType |
| describes a data type based on softfloat with validation for parsing strings More... | |
| class | QoreSoftFloatOrNothingDataType |
| describes a data type based on *softfloat with validation for parsing strings More... | |
| class | QoreSoftIntDataType |
| describes a data type based on softint with validation for parsing strings More... | |
| class | QoreSoftIntNoNullDataType |
| describes a data type based on softint with validation for parsing strings More... | |
| class | QoreSoftIntOrNothingDataType |
| describes a data type based on *softint with validation for parsing strings More... | |
| class | QoreSoftNumberDataType |
| describes a data type based on softnumber with validation for parsing strings More... | |
| class | QoreSoftNumberNoNullDataType |
| describes a data type based on softnumber with validation for parsing strings More... | |
| class | QoreSoftNumberOrNothingDataType |
| describes a data type based on *softnumber with validation for parsing strings More... | |
| class | QoreSoftSignedByteDataType |
| Signed byte data type for ints with values from -127 - 128. More... | |
| class | QoreSoftSignedByteOrNothingDataType |
| Signed byte data type for ints with values from -127 - 128. More... | |
| class | QoreSoftStringDataType |
| describes a data type based on softstring with a target encoding More... | |
| class | QoreSoftStringOrNothingDataType |
| describes a data type based on *softstring with a target encoding More... | |
| class | QoreSoftUnsignedByteDataType |
| Unsigned byte data type for ints with values from 0 - 255. More... | |
| class | QoreSoftUnsignedByteOrNothingDataType |
| Unsigned byte data type for ints with values from 0 - 255. More... | |
| class | QoreStringDataType |
| describes a data type based on string with a target encoding More... | |
| class | QoreStringDataTypeBase |
| describes a data type based on a string tyoe with a target encoding option More... | |
| class | QoreStringOrNothingDataType |
| describes a data type based on *string with a target encoding More... | |
| hashdecl | QoreTypeInfo |
| Type info for the QoreDataType constructor. More... | |
| class | QoreUnsignedByteDataType |
| Unsigned byte data type for ints with values from 0 - 255. More... | |
| class | QoreUnsignedByteOrNothingDataType |
| Unsigned byte data type for ints with values from 0 - 255. More... | |
| class | RgbColorDataType |
| RGB color data type. More... | |
| class | RgbColorDataTypeBase |
| RGB color data type. More... | |
| class | RgbColorOrNothingDataType |
| RGB color "or nothing" data type. More... | |
| hashdecl | SearchOperatorInfo |
| Generic operator info hash as returned by generic dp_op_* helper functions. More... | |
| class | SoftListDataType |
| describes a data type based on a hash More... | |
| class | SuperSoftStringDataType |
| A type that converts to UNIX timestamps in seconds to dates. More... | |
| class | SuperSoftStringOrNothingDataType |
| A type that converts almost any type to a string. More... | |
| class | UnixTimestampMsOrNothingType |
| A type that converts dates to UNIX timestamps in milliseconds. More... | |
| class | UnixTimestampMsType |
| A type that converts dates to UNIX timestamps in milliseconds. More... | |
| class | UnixTimestampOrNothingType |
| A type that converts dates to UNIX timestamps in seconds. More... | |
| class | UnixTimestampType |
| A type that converts dates to UNIX timestamps in seconds. More... | |
Functions | |
| list< string > | dp_get_all_typed_hash_member_names (TypedHash th) |
| Returns all member names of a typed hash including inherited members. | |
| hash< SearchOperatorInfo > | dp_make_op (*int op_args, string op, auto arg) |
| returns an SearchOperatorInfo hash | |
| hash< SearchOperatorInfo > | dp_op_between (auto l, auto r) |
returns an SearchOperatorInfo hash for the "between" operator with the given arguments | |
| hash< SearchOperatorInfo > | dp_op_eq (auto arg) |
returns an SearchOperatorInfo hash for the "=" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_ge (auto arg) |
returns an SearchOperatorInfo hash for the ">=" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_gt (auto arg) |
returns an SearchOperatorInfo hash for the ">" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_in () |
returns an SearchOperatorInfo hash for the "in" operator with all arguments passed to the function | |
| hash< SearchOperatorInfo > | dp_op_in (list< auto > args) |
returns an SearchOperatorInfo hash for the "in" operator with the given argument list as the first argument | |
| hash< SearchOperatorInfo > | dp_op_le (auto arg) |
returns an SearchOperatorInfo hash for the "<=" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_like (string str) |
returns an SearchOperatorInfo hash for the SQL-like "like" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_lt (auto arg) |
returns an SearchOperatorInfo hash for the "<" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_ne (auto arg) |
returns an SearchOperatorInfo hash for the "!=" or "<>" operator with the given argument | |
| hash< SearchOperatorInfo > | dp_op_not (hash< auto > arg) |
returns an SearchOperatorInfo hash for the "not" operator | |
| hash< SearchOperatorInfo > | dp_op_regex (string str) |
| returns an SearchOperatorInfo hash for regular expression matches | |
Variables | |
| auto | _thread_data_ctx |
| Current data provider data context. | |
| *AbstractDataProvider | _thread_prov_ctx |
| Current data provider context. | |
| const | AbstractDataProviderTypeMap = ... |
| Maps Qore type name constant values to AbstractDataProviderType values. | |
| const | ActionAttrMap = ... |
| Maps DPAT_* action type codes to a data provider attribute string. | |
| const | ActionCodeFlagMap = ... |
| Maps DPAT_* action type codes to app action flags. | |
| const | ActionNameMap = ... |
| Maps DPAT_* action type codes to a user-friendly name. | |
| const | ActionsWithSearch = ... |
| Set of actions that support search expressions. | |
| const | AppActionFlags = ... |
| List of app action flags. | |
| const | DataProviderGenericExpressions = ... |
| Data provider generic expression map. | |
| const | DataProviderSignatureAnyType = ... |
| Data provider signature any type. | |
| const | DataProviderSignatureBoolType = ... |
| Data provider signature bool type. | |
| const | DataProviderSignatureBoolValueType = ... |
| Data provider signature bool value type. | |
| const | DataProviderSignatureDateType = ... |
| Data provider signature date type. | |
| const | DataProviderSignatureFieldType = ... |
| Data provider signature field type. | |
| const | DataProviderSignatureHashValueType = ... |
| Data provider signature hash value type. | |
| const | DataProviderSignatureIntType = ... |
| Data provider signature int type. | |
| const | DataProviderSignatureIntValueType = ... |
| Data provider signature int value type. | |
| const | DataProviderSignatureListType = ... |
| Data provider signature list type. | |
| const | DataProviderSignatureListValueType = ... |
| Data provider signature list value type. | |
| const | DataProviderSignatureOptionalBoolType = ... |
| Data provider signature optional bool type. | |
| const | DataProviderSignatureOptionalBoolValueType = ... |
| Data provider signature *int value type. | |
| const | DataProviderSignatureOptionalDateType = ... |
| Data provider signature optional date type. | |
| const | DataProviderSignatureOptionalHashValueType = ... |
| Data provider signature optional hash value type. | |
| const | DataProviderSignatureOptionalIntType = ... |
| Data provider signature optional int type. | |
| const | DataProviderSignatureOptionalIntValueType = ... |
| Data provider signature *int value type. | |
| const | DataProviderSignatureOptionalListValueType = ... |
| Data provider signature optional list value type. | |
| const | DataProviderSignatureOptionalStringListValueType = ... |
| Data provider signature optional string list value type. | |
| const | DataProviderSignatureOptionalStringType = ... |
| Data provider signature optional string type. | |
| const | DataProviderSignatureOptionalStringValueType = ... |
| Data provider signature optional string value type. | |
| const | DataProviderSignatureStringType = ... |
| Data provider signature string type. | |
| const | DataProviderSignatureStringValueType = ... |
| Data provider signature string value type. | |
| const | DataTypeMap = ... |
| Maps Qore type name constant values to data type objects. | |
| const | DES_Generic = ... |
| Indicates a generic subtyp. | |
| const | DES_LogicOperator = ... |
| Indicates a logical operator type. | |
| const | DET_Function = ... |
| Indicates a function expression. | |
| const | DET_Operator = ... |
| Indicates an operator expression. | |
| const | DP_OP_AND = ... |
| AND logic. | |
| const | DP_OP_OR = ... |
| OR logic. | |
| const | DP_SEARCH_OP_BETWEEN = ... |
Identifies the generic data provider "between" operator for use in generic search criteria. | |
| const | DP_SEARCH_OP_EQ = ... |
| Identifies the generic data provider equals operator (=) for use in generic search criteria. | |
| const | DP_SEARCH_OP_GE = ... |
| Identifies the generic data provider greater than or equals operator (>=) for use in generic search criteria. | |
| const | DP_SEARCH_OP_GT = ... |
| Identifies the generic data provider greater than operator (>) for use in generic search criteria. | |
| const | DP_SEARCH_OP_IN = ... |
Identifies the generic data provider "in" operator for use in generic search criteria. | |
| const | DP_SEARCH_OP_LE = ... |
| Identifies the generic data provider less than or equals (<=) operator for use in generic search criteria. | |
| const | DP_SEARCH_OP_LT = ... |
| Identifies the generic data provider less than (<) operator for use in generic search criteria. | |
| const | DP_SEARCH_OP_NE = ... |
| Identifies the generic data provider not equals operator (!= or <>) for use in generic search criteria. | |
| const | DP_SEARCH_OP_NOT = ... |
Identifies the generic data provider "not" operator for use in generic search criteria. | |
| const | DP_SEARCH_OP_REGEX = ... |
| Identifies the regex operator for use in generic search criteria. | |
| const | DPAD_NORMAL = ... |
| Normal data. | |
| const | DPAD_RECORD_SET = ... |
| Record set data. | |
| const | DPAD_RECORD_STREAM = ... |
| Record stream data. | |
| const | DPAT_API = ... |
| Data Provider Action Type: make an API call. | |
| const | DPAT_CREATE = ... |
| Data Provider Action Type: create a record. | |
| const | DPAT_DELETE = ... |
| Data Provider Action Type: delete a record. | |
| const | DPAT_EVENT = ... |
| Data Provider Action Type: wait for an event. | |
| const | DPAT_FIND = ... |
| Data Provider Action Type: find all matching records. | |
| const | DPAT_FIND_SINGLE = ... |
| Data Provider Action Type: find a single record. | |
| const | DPAT_SEND_MESSAGE = ... |
| Data Provider Action Type: send a message. | |
| const | DPAT_UPDATE = ... |
| Data Provider Action Type: update a record. | |
| const | DPAT_UPSERT = ... |
| Data Provider Action Type: upsert a record. | |
| const | DPDI_OP_CONNECT = ... |
| Connection established. | |
| const | DPDI_OP_DISCONNECT = ... |
| Connection closed. | |
| const | DPDI_OP_RECEIVE = ... |
| const | DPDI_OP_REQUEST = ... |
| Debug info operation types. | |
| const | DPDI_OP_RESPONSE = ... |
| HTTP/REST response operation. | |
| const | DPDI_OP_SEND = ... |
| Message sent (WebSocket, etc.) | |
| const | DPO_AllOptions = ... |
| The mask of all data provider options. | |
| const | DPO_DisableOnDemandInitialization = ... |
| Disable on-demand initialization. | |
| const | DPO_EnableOnDemandActions = ... |
| Enable on-demand initialization of actions. | |
| const | DPO_EnableServers = ... |
| Enable servers. | |
| const | DPQL_CTX_START = ... |
| Completion context types. | |
| const | DPQL_PREC_PRIMARY = ... |
| Operator precedence levels (lower = binds tighter) | |
| const | DPQL_TOK_BINARY = ... |
Binary literal (<hex>) | |
| const | DPQL_TOK_BOOLEAN = ... |
| Boolean literal (true, false) | |
| const | DPQL_TOK_COMMA = ... |
| Comma. | |
| const | DPQL_TOK_DATE = ... |
| Date literal (ISO-8601) | |
| const | DPQL_TOK_EOF = ... |
| End of input. | |
| const | DPQL_TOK_ERROR = ... |
| Error token (invalid input) | |
| const | DPQL_TOK_FIELD = ... |
| const | DPQL_TOK_HASH = ... |
| Hash literal (parse_to_qore_value format) | |
| const | DPQL_TOK_IDENTIFIER = ... |
| Identifier (function names, keywords like between, and, in) | |
| const | DPQL_TOK_LIST = ... |
| List literal (parse_to_qore_value format) | |
| const | DPQL_TOK_LPAREN = ... |
| Left parenthesis. | |
| const | DPQL_TOK_NEWLINE = ... |
| Newline character. | |
| const | DPQL_TOK_NULL = ... |
| Null literal. | |
| const | DPQL_TOK_NUMBER = ... |
| Numeric literal (123, 45.67, -123) | |
| const | DPQL_TOK_OP_AND = ... |
| Logical AND operator (&&) | |
| const | DPQL_TOK_OP_EQ = ... |
| Equals operator (==) | |
| const | DPQL_TOK_OP_GE = ... |
| Greater than or equals operator (>=) | |
| const | DPQL_TOK_OP_GT = ... |
| Greater than operator (>) | |
| const | DPQL_TOK_OP_LE = ... |
| Less than or equals operator (<=) | |
| const | DPQL_TOK_OP_LT = ... |
| Less than operator (<) | |
| const | DPQL_TOK_OP_NE = ... |
| Not equals operator (!=) | |
| const | DPQL_TOK_OP_NOT = ... |
| Logical NOT operator (!) | |
| const | DPQL_TOK_OP_OR = ... |
| Logical OR operator (||) | |
| const | DPQL_TOK_OP_REGEX = ... |
| Regex match operator (=~) | |
| const | DPQL_TOK_REGEX = ... |
| Regex pattern (/pattern/flags) | |
| const | DPQL_TOK_RPAREN = ... |
| Right parenthesis. | |
| const | DPQL_TOK_STRING = ... |
| String literal ("string" or 'string') | |
| const | DPQL_TOK_WHITESPACE = ... |
| Whitespace (spaces, tabs) | |
| const | DpqlTokenTypeNames = ... |
| const | DPSP_REST = ... |
| Data provider HTTP server profile. | |
| const | DPSP_SOAP = ... |
| const | DTT_ClientOnly = ... |
| Tag indicates that the value is only applicable in client contexts. | |
| const | DTT_FromFile = ... |
| Tag indicating that a string value can be taken from a file. | |
| const | DTT_FromLocation = ... |
| Tag indicates that a string value can indicate a location. | |
| const | EpochIntToDateOrNothingType = ... |
| A type that converts to UNIX timestamps in seconds to dates. | |
| const | EpochIntToDateType = ... |
| A type that converts to UNIX timestamps in seconds to dates. | |
| const | ER_All = ... |
| Indicates an expression that can be used in all contexts. | |
| const | ER_Field = ... |
| Indicates an expression that can be used in a field. | |
| const | ER_Search = ... |
| Indicates an expression that can be used in a search operation. | |
| const | ExpressionSubtypeCodeMap = ... |
| Maps DataProvider expression subtype codes to descriptions. | |
| const | ExpressionSubtypeDescMap = ... |
| Maps DataProvider expression subtype descriptions to integer codes. | |
| const | ExpressionTypeCodeMap = ... |
| Maps DataProvider expression type codes to descriptions. | |
| const | ExpressionTypeDescMap = ... |
| Maps DataProvider expression type descriptions to integer codes. | |
| const | FileDataType = ... |
| A type that indicates a file. | |
| const | FileOrNothingDataType = ... |
| A type that indicates a file. | |
| const | LC_All = ... |
| Indicates that all logic capabilities are supported. | |
| const | LC_And = ... |
| Indicates that boolean expressions can be combined with AND logic. | |
| const | LC_Or = ... |
| Indicates that boolean expressions can be combined with OR logic. | |
| const | LogicCodeMap = ... |
| Logic map from codes to descriptions. | |
| const | LogicDescMap = ... |
| Logic map from descriptions to integer codes. | |
| const | MSG_Async = ... |
| Asynchronous output type, output can happen any time. | |
| const | MSG_None = ... |
| No output type. | |
| const | MSG_Sync = ... |
| Synchronous output type, an output message is expected after each observed event. | |
| const | OperatorAliasMap = ... |
| Operator alias map; maps from old operator names to canonical ones. | |
| const | OptimalQoreDataTypeMap = ... |
| maps Qore type name constant values from the Type namespace to optimal Qore types names | |
| const | OptimalQoreSoftDataTypeMap = ... |
| maps Qore type name constant values from the Type namespace to optimal Qore types names | |
| const | PS_ABORTED = ... |
| Pipeline status: ABORTED. | |
| const | PS_IDLE = ... |
| Pipeline status: IDLE. | |
| const | PS_RUNNING = ... |
| Pipeline status: RUNNING. | |
| const | QoreUnsignedByteDataType = ... |
| Unsigned byte data type for ints with values from 0 - 255. | |
| const | RegexOpts = ... |
| Regular expression options. | |
| const | RegularExpressionArgInfo = ... |
| Regular expression argument info. | |
| const | RgbColorDataType = ... |
| RGB color data type. | |
| const | RgbColorOrNothingDataType = ... |
| RGB color "or nothing" data type constant. | |
| const | RoleCodeMap = ... |
| Role map from codes to descriptions. | |
| const | RoleDescMap = ... |
| Role map from descriptions to codes. | |
| const | SignatureTypeCodeMap = ... |
| Maps signature type codes to descriptions. | |
| const | SignatureTypeDescMap = ... |
| Maps signature description values to integer codes. | |
| const | ST_Any = ... |
| Indicates any valid expression that returns the given type (default) | |
| const | ST_Field = ... |
| The signature type indicates a string field name when used as an argument, and the type is the field type. | |
| const | ST_Value = ... |
| Indicates any literal value of the given type; i.e. not an operator or other expression. | |
| const | SuperSoftStringDataType = ... |
| A type that converts almost any type to a string. | |
| const | SuperSoftStringOrNothingDataType = ... |
| A type that converts almost any type to a string. | |
| const | TypeCodeMap = ... |
| maps type codes to type names | |
| const | UnixTimestampMsOrNothingType = ... |
| A type that converts dates to UNIX timestamps in milliseconds. | |
| const | UnixTimestampMsType = ... |
| A type that converts dates to UNIX timestamps in milliseconds. | |
| const | UnixTimestampOrNothingType = ... |
| A type that converts dates to UNIX timestamps in seconds. | |
| const | UnixTimestampType = ... |
| A type that converts dates to UNIX timestamps in seconds. | |
| const | UpsertResultDeleted = ... |
| Indicates that the record was deleted. | |
| const | UpsertResultInserted = ... |
| Indicates that the record was inserted. | |
| const | UpsertResultUnchanged = ... |
| Indicates that the record was left unchanged. | |
| const | UpsertResultUpdated = ... |
| Indicates that the record was updated. | |
| const | UpsertResultVerified = ... |
| Indicates that the record was verified as already in the target state. | |
Qore AbstractDataField class definition.
Qore RgbColorDataType class definition.
Qore QoreUnsignedByteOrNothingDataType class definition.
Qore QoreUnsignedByteDataType class definition.
Qore QoreStringOrNothingDataType class definition.
Qore QoreStringDataType class definition.
Qore QoreSoftUnsignedByteOrNothingDataType class definition.
Qore QoreSoftUnsignedByteDataType class definition.
Qore QoreSoftStringOrNothingDataType class definition.
Qore QoreSoftStringDataType class definition.
Qore QoreSoftSignedByteOrNothingDataType class definition.
Qore QoreSoftSignedByteDataType class definition.
Qore QoreSoftNumberOrNothingDataType class definition.
Qore QoreSoftNumberNoNullDataType class definition.
Qore QoreSoftNumberDataType class definition.
Qore QoreSoftIntOrNothingDataType class definition.
Qore QoreSoftIntNoNullDataType class definition.
Qore QoreSoftIntDataType class definition.
Qore QoreSoftFloatOrNothingDataType class definition.
Qore QoreSoftFloatNoNullDataType class definition.
Qore QoreSoftFloatDataType class definition.
Qore QoreSoftDateOrNothingDataType class definition.
Qore QoreSoftDateNoNullDataType class definition.
Qore QoreSoftDateDataType class definition.
Qore QoreSoftBoolOrNothingDataType class definition.
Qore QoreSoftBoolNoNullDataType class definition.
Qore QoreSoftBoolDataType class definition.
Qore QoreSoftBinaryOrNothingDataType class definition.
Qore QoreSoftBinaryNoNullDataType class definition.
Qore QoreSoftBinaryDataType class definition.
Qore QoreSignedByteOrNothingDataType class definition.
Qore QoreSignedByteDataType class definition.
Qore QoreNumberOrNothingDataType class definition.
Qore QoreNumberDataTypeBase class definition.
Qore QoreNumberDataType class definition.
Qore QoreListDataType class definition.
Qore QoreIntOrNothingDataType class definition.
Qore QoreIntDataTypeBase class definition.
Qore QoreIntDataType class definition.
Qore QoreHexBinaryOrNothingDataType class definition.
Qore QoreHexBinaryDataType class definition.
Qore QoreFloatOrNothingDataType class definition.
Qore QoreFloatDataTypeBase class definition.
Qore QoreFloatDataType class definition.
Qore QoreDateOrNothingDataType class definition.
Qore QoreDateDataTypeBase class definition.
Qore QoreDateDataType class definition.
Qore QoreDataType class definition.
Qore QoreBoolOrNothingDataType class definition.
Qore QoreBoolDataTypeBase class definition.
Qore QoreBoolDataType class definition.
Qore QoreBinaryOrNothingDataType class definition.
Qore QoreBinaryDataTypeBase class definition.
Qore QoreBinaryDataType class definition.
Qore QoreBase64BinaryOrNothingDataType class definition.
Qore QoreBase64BinaryDataType class definition.
Qore Observer class definition.
Qore Observable class definition.
Qore NullDataProviderFactory class definition.
Qore ListDataType class definition.
Qore HashDataType class definition.
Qore QoreStringDataTypeBase class definition.
Qore DefaultRecordIterator class definition.
Qore DefaultBulkUpserter class definition.
Qore DefaultBulkInserter class definition.
Qore DataProvider debug info collector classes.
Qore DataProviderDataContextHelper class definition.
Qore DataProviderContextHelper class definition.
Qore AbstractDataProviderType class definition.
Contains all public definitions in the DataProvider module.
Qore AbstractDataProvider class definition.
contains all public definitions in the DataProvider module
AbstractDataField.qc Copyright 2019 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
AbstractDataProvider.qc Copyright 2019 - 2026 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
AbstractDataProviderFactory.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
AbstractDataProviderType.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
DataProvider.qc Copyright 2019 - 2026 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DataProviderActionCatalog.qc Copyright 2019 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DataProviderContextHelper.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the DataProvider module
DataProviderDataContextHelper.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the DataProvider module
DataProviderDebugCollector.qc Copyright 2026 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
DataProviderTypeCache.qc Copyright 2019 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
DefaultBulkInserter.qc Copyright 2023 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
DefaultBulkUpserter.qc Copyright 2023 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
DefaultRecordIterator.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreStringDataTypeBase.qc Copyright 2023 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
HashDataType.qc Copyright 2019 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
DataProviderImplicitModuleTransaction.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ListDataType.qc Copyright 2023 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
NullDataProviderFactory.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Contains all public definitions in the DataProvider module
Observable.qc Copyright 2023 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
Observer.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
QoreBase64BinaryDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBase64BinaryOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBinaryDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBinaryDataTypeBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBinaryOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBoolDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBoolDataTypeBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreBoolOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreDataType.qc Copyright 2019 - 2025 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreDateDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
qore.no_null option in the constructorQoreDateDataTypeBase.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreDateOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreFloatDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreFloatDataTypeBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreFloatOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreHexBinaryDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreHexBinaryOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreIntDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreIntDataTypeBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreIntOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreListDataType.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreNumberDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreNumberDataTypeBase.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreNumberOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSignedByteDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSignedByteOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBinaryDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBinaryNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBinaryOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBoolDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBoolNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftBoolOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftDateDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
qore.no_null option in the constructorQoreSoftDateNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftDateOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftFloatDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftFloatNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftFloatOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftIntDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftIntNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftIntOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftNumberDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftNumberNoNullDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftNumberOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftSignedByteOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftStringDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftStringOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreUnsignedByteDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreSoftUnsignedByteOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreStringDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreStringOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
QoreUnsignedByteOrNothingDataType.qc Copyright 2023 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
RgbColorDataType.qc Copyright 2019 - 2024 Qore Technologies, s.r.o.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. contains all public definitions in the DataProvider module
| list< string > DataProvider::dp_get_all_typed_hash_member_names | ( | TypedHash | th | ) |
Returns all member names of a typed hash including inherited members.
| th | the TypedHash to get member names from |
| hash< SearchOperatorInfo > DataProvider::dp_op_between | ( | auto | l, |
| auto | r | ||
| ) |
returns an SearchOperatorInfo hash for the "between" operator with the given arguments
Neither of which can be NULL or NOTHING
| l | the lower bound for the "between" operator |
| r | the upper bound for the "between" operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_eq | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the "=" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_ge | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the ">=" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_gt | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the ">" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_in | ( | ) |
returns an SearchOperatorInfo hash for the "in" operator with all arguments passed to the function
| hash< SearchOperatorInfo > DataProvider::dp_op_in | ( | list< auto > | args | ) |
returns an SearchOperatorInfo hash for the "in" operator with the given argument list as the first argument
| args | a list of values for the "in" operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_le | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the "<=" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_like | ( | string | str | ) |
returns an SearchOperatorInfo hash for the SQL-like "like" operator with the given argument
| str | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_lt | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the "<" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_ne | ( | auto | arg | ) |
returns an SearchOperatorInfo hash for the "!=" or "<>" operator with the given argument
| arg | the argument for the operator |
| hash< SearchOperatorInfo > DataProvider::dp_op_not | ( | hash< auto > | arg | ) |
returns an SearchOperatorInfo hash for the "not" operator
| hash< SearchOperatorInfo > DataProvider::dp_op_regex | ( | string | str | ) |
returns an SearchOperatorInfo hash for regular expression matches
| str | the argument for the operator |
| const DataProvider::DP_SEARCH_OP_BETWEEN = ... |
Identifies the generic data provider "between" operator for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_EQ = ... |
Identifies the generic data provider equals operator (=) for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_GE = ... |
Identifies the generic data provider greater than or equals operator (>=) for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_GT = ... |
Identifies the generic data provider greater than operator (>) for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_IN = ... |
Identifies the generic data provider "in" operator for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_LE = ... |
Identifies the generic data provider less than or equals (<=) operator for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_LT = ... |
Identifies the generic data provider less than (<) operator for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_NE = ... |
Identifies the generic data provider not equals operator (!= or <>) for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_NOT = ... |
Identifies the generic data provider "not" operator for use in generic search criteria.
| const DataProvider::DP_SEARCH_OP_REGEX = ... |
Identifies the regex operator for use in generic search criteria.
| const DataProvider::DPAD_NORMAL = ... |
Normal data.
The type describes the input or output data directly
| const DataProvider::DPAD_RECORD_SET = ... |
Record set data.
The data is a hash of record info; keys are field names, values are lists of field values
| const DataProvider::DPAD_RECORD_STREAM = ... |
Record stream data.
The data is a record stream, and the type describes the records provided by it. The data type is AbstractDataProviderBulkRecordInterface
| const DataProvider::DPDI_OP_RECEIVE = ... |
Message received (WebSocket, etc.) Data provider debug info structure
| const DataProvider::DPDI_OP_REQUEST = ... |
Debug info operation types.
| const DataProvider::DPO_DisableOnDemandInitialization = ... |
Disable on-demand initialization.
This option ensures that all eligible data providers are initialized immediately instead of when they are used; this can be useful for testing
| const DataProvider::DPO_EnableOnDemandActions = ... |
Enable on-demand initialization of actions.
This option ensures that data providers are initialized immediately but action initialization is deferred
| const DataProvider::DPO_EnableServers = ... |
Enable servers.
If this is set, then external server threads or programs may be started for data provider functionality; in this case the user must call DataProvider::shutdown before exiting
| const DataProvider::DpqlTokenTypeNames = ... |
Maps token type codes to human-readable names
| const DataProvider::DPSP_REST = ... |
Data provider HTTP server profile.
This profile indicates that the given data provider factory supports serving APIs with REST and a REST schema
| const DataProvider::DPSP_SOAP = ... |
This profile indicates that the given data provider factory supports serving APIs with SOAP and a WSDL schema
| const DataProvider::MSG_Async = ... |
Asynchronous output type, output can happen any time.
Input (i.e. observed events) may not be related or supported
| const DataProvider::MSG_None = ... |
No output type.
The data provider does not support output messages
| const DataProvider::MSG_Sync = ... |
Synchronous output type, an output message is expected after each observed event.
The data provider supports output messages, and an output message is expected after each input message.
This can be used to support the server-side request-response API integration pattern
| const DataProvider::OptimalQoreDataTypeMap = ... |
| const DataProvider::OptimalQoreSoftDataTypeMap = ... |
| const DataProvider::ST_Field = ... |
The signature type indicates a string field name when used as an argument, and the type is the field type.
In this case the value must always be a string (referring to the field name), and the type is always "any", referring to the fact that the final type reflects the field's type, which can be of any supported type