describes a data type
Definition: AbstractDataProviderType.qc.dox.h:105
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:118
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:115
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:37
Type type
the Qore type
Definition: QoreDataType.qc.dox.h:42
describes a data type based on a string tyoe with a target encoding option
Definition: QoreStringDataTypeBase.qc.dox.h:36
setOptionInternal(string opt, auto value)
sets the given option without any validation of the option
const SupportedOrNothingOptions
supported "or nothing" options
Definition: QoreStringDataTypeBase.qc.dox.h:45
constructor(Type type, *hash< auto > options, *hash< auto > tags)
creates the object with the given options
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
const SupportedOptions
supported options
Definition: QoreStringDataTypeBase.qc.dox.h:41
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27