Qore DataProvider Module Reference 2.7.3
Loading...
Searching...
No Matches
QoreHashDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
25// assume local scope for variables, do not use "$" signs
26// require type definitions everywhere
28// enable all warnings
29
30
32namespace DataProvider {
35
36public:
38
40 constructor(Type type = HashType, *hash<auto> options, *hash<auto> tags) ;
41
42
45
46};
47};
describes a data type
Definition: AbstractDataProviderType.qc.dox.h:206
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:222
hash< auto > options
type options
Definition: AbstractDataProviderType.qc.dox.h:219
describes a data type based on a Qore data type
Definition: QoreDataType.qc.dox.h:31
Type type
the Qore type
Definition: QoreDataType.qc.dox.h:36
describes a data type
Definition: QoreHashDataType.qc.dox.h:34
constructor(Type type=HashType, *hash< auto > options, *hash< auto > tags)
creates the type
*AbstractDataProviderType getFieldType(string field_name)
get the given field type if it exists, otherwise return NOTHING
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27