Qore DataProvider Module Reference 2.7.3
Loading...
Searching...
No Matches
QoreSoftNumberNoNullDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace DataProvider {
29
30public:
32 constructor(*hash<auto> options, *hash<auto> tags)
33 ;
34
35};
36};
*hash< auto > tags
type tags
Definition: AbstractDataProviderType.qc.dox.h:222
describes a data type based on softnumber with validation for parsing strings
Definition: QoreSoftNumberDataType.qc.dox.h:31
describes a data type based on softnumber with validation for parsing strings
Definition: QoreSoftNumberNoNullDataType.qc.dox.h:28
constructor(*hash< auto > options, *hash< auto > tags)
creates the object
Qore AbstractDataField class definition.
Definition: AbstractDataField.qc.dox.h:27