 |
Qore DataProvider Module Reference
1.0
|
44 "type":
"object<TimeZone>",
45 "desc":
"the time zone to use when writing to the type",
53 "desc":
"the format string for converting strings to dates",
56 "type":
"object<TimeZone>",
57 "desc":
"the time zone for external data when writing to the type and converting strings to dates",
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
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:32
describes type options
Definition: AbstractDataProviderType.qc.dox.h:122
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
const SupportedOptions
supported options
Definition: QoreDateDataTypeBase.qc.dox.h:42
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:169
describes a data type based on a date type with validation for string parsing and time zone support
Definition: QoreDateDataTypeBase.qc.dox.h:37
const SupportedSoftOptions
supported soft options
Definition: QoreDateDataTypeBase.qc.dox.h:50
constructor()
creates the type
Type type
the Qore type
Definition: QoreDataType.qc.dox.h:42
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:37