 |
Qore DataProvider Module Reference
1.0.1
|
53 *hash<string, AbstractDataField>
getFields();
*AbstractDataField getField(string name)
returns the given field, if present, or NOTHING if not
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
describes a data type based on a hashdecl
Definition: AbstractDataField.qc.dox.h:49
AbstractDataProviderType getOrNothingType()
returns an "or nothing" type equivalent to the current type
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
TypedHash getTypedHash()
returns the TypedHash backing the type
describes a data type based on a hashdecl
Definition: HashDeclDataType.qc.dox.h:34
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:169
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
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