 |
Qore DataProvider Module Reference
1.0.3
|
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:93
constructor(Type type, *hash< auto > options)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:103
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
describes a data type based on binary types with validation for parsing strings when used with soft t...
Definition: QoreBinaryDataTypeBase.qc.dox.h:28
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
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type