 |
Qore DataProvider Module Reference
1.0.3
|
describes a data type based on a hash
Definition: QoreListDataType.qc.dox.h:34
constructor(Type type, *hash< auto > options)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:32
string getName()
returns the type name
string name
the name of the type
Definition: QoreListDataType.qc.dox.h:39
init(string name)
common constructor initialization
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:103
constructor(string name, Type type, *hash< auto > options)
creates the object
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