Qore SqlUtil Module Reference 1.9.2
Loading...
Searching...
No Matches
SqlUtilFloatType.qc.dox.h
1// -*- mode: c++; indent-tabs-mode: nil -*-
3
26namespace SqlUtil {
28
31class SqlUtilFloatType : public DataProvider::QoreFloatDataTypeBase {
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 SqlUtilFloatType.qc.dox.h:31
constructor(string native_type, bool nullable, *hash< auto > options)
creates the object
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
Qore AbstractDatabase class definition.
Definition AbstractDatabase.qc.dox.h:26