47 : QoreNumberDataTypeBase(nullable ? SoftNumberOrNothingType : SoftNumberType,
options + {
'qore.no_null':
True});
the data type for Oracle NUMBER columns
Definition: AbstractNumericDataType.qc.dox.h:36
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string name
the type name
Definition: AbstractNumericDataType.qc.dox.h:41
Qore AbstractNumericDataType class definition.
Definition: AbstractNumericDataType.qc.dox.h:31