 |
Qore DataProvider Module Reference
1.0.2
|
42 hash<string, AbstractDataField>
fields;
82 *hash<string, AbstractDataField>
getFields();
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:161
describes a data type based on a hashdecl
Definition: AbstractDataField.qc.dox.h:49
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
AbstractDataProviderType getSoftType()
returns a "soft" type equivalent to the current type
hash< string, AbstractDataField > fields
fields
Definition: HashDataType.qc.dox.h:42
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
string name
the name of the type
Definition: HashDataType.qc.dox.h:39
*AbstractDataField getField(string name)
returns the given field, if present, or NOTHING if not
describes a data type based on a hash
Definition: HashDataType.qc.dox.h:34
string getName()
returns the type name
constructor()
creates the type
*hash< string, AbstractDataField > getFields()
returns the fields of the data structure; if any
addField(AbstractDataField field)
adds a field to the type
AbstractDataProviderType getOrNothingType()
returns an "or nothing" type equivalent to the current type
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:37