$darkmode
![]() |
Qore SqlUtil Module Reference 1.9
|
type for date / timestamp columns More...
#include <SqlUtilFloatType.qc.dox.h>
Public Member Functions | |
| auto | acceptsValue (auto value) |
| returns the value if the value can be assigned to the type More... | |
| constructor (string native_type, bool nullable, *hash< auto > options) | |
| creates the object | |
| string | getName () |
| returns the type name | |
Protected Attributes | |
| string | name |
| the type name | |
type for date / timestamp columns
|
virtual |
returns the value if the value can be assigned to the type
| value | the value to assign to the type |
Reimplemented from DataProvider::QoreFloatDataTypeBase.