 |
Qore DataProvider Module Reference
1.0.1
|
44 "desc":
"the output encoding when writing to the type",
49 "desc":
"the maximum length of the string in characters",
58 "desc":
"if an empty string should be converted to no value",
const SupportedOrNothingOptions
supported "or nothing" options
Definition: QoreStringDataTypeBase.qc.dox.h:54
const SupportedOptions
supported options
Definition: QoreDataType.qc.dox.h:68
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
describes a data type based on a string tyoe with a target encoding option
Definition: QoreStringDataTypeBase.qc.dox.h:36
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
const SupportedOptions
supported options
Definition: QoreStringDataTypeBase.qc.dox.h:41
describes type options
Definition: AbstractDataProviderType.qc.dox.h:122
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:169
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
setOptionInternal(string opt, auto value)
sets the given option without any validation of the option
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