Qore SqlUtil Module Reference 1.9.2
Loading...
Searching...
No Matches
SqlUtilIntType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace SqlUtil {
28
31class SqlUtilIntType : public DataProvider::QoreIntDataTypeBase {
32
33public:
35 constructor(string native_type, bool nullable, *hash<auto> options) ;
36
37
39
43 auto acceptsValue(auto value);
44
45};
46};
type for date / timestamp columns
Definition SqlUtilIntType.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