47 : QoreNumberDataTypeBase(nullable ? SoftNumberOrNothingType : SoftNumberType,
options + {
'qore.no_null':
True});
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
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