describes a data type
Definition AbstractDataProviderType.qc.dox.h:139
*hash< auto > tags
type tags
Definition AbstractDataProviderType.qc.dox.h:155
hash< auto > options
type options
Definition AbstractDataProviderType.qc.dox.h:152
describes a data type based on a Qore data type
Definition QoreDataType.qc.dox.h:46
Type type
the Qore type
Definition QoreDataType.qc.dox.h:51
describes a data type based on a date type with validation for string parsing and time zone support
Definition QoreDateDataTypeBase.qc.dox.h:31
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
const SupportedSoftOptions
supported soft options
Definition QoreDateDataTypeBase.qc.dox.h:40
const SupportedOptions
supported options
Definition QoreDateDataTypeBase.qc.dox.h:36
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
constructor(Type type, *hash< auto > options, *hash< auto > tags)
creates the object
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
Qore AbstractDataField class definition.
Definition AbstractDataField.qc.dox.h:27