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