Qore SqlUtil Module Reference 1.9.2
Loading...
Searching...
No Matches
AbstractNumericDataType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace SqlUtil {
28
31class AbstractNumericDataType : public DataProvider::QoreNumberDataTypeBase {
32
33public:
35 constructor(string native_type, bool nullable, *hash<auto> options) ;
36
37
39
43 auto acceptsValue(auto value);
44
45};
46};
the data type for Oracle NUMBER columns
Definition AbstractNumericDataType.qc.dox.h:31
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
constructor(string native_type, bool nullable, *hash< auto > options)
creates the object
Qore AbstractDatabase class definition.
Definition AbstractDatabase.qc.dox.h:26