46 constructor(
string native_type,
bool nullable, *hash<auto> options)
47 : QoreNumberDataTypeBase(nullable ? SoftNumberOrNothingType : SoftNumberType,
48 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 getName()
returns the type name
constructor(string native_type, bool nullable, *hash< auto > options)
creates the object
Definition: AbstractNumericDataType.qc.dox.h:46
string name
the type name
Definition: AbstractNumericDataType.qc.dox.h:41
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:26