 |
Qore SqlUtil Module Reference
1.7
|
constructor(string native_type, Type type, *hash< auto > options)
creates the object
string getName()
returns the type name
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string name
the type name
Definition: SqlUtilColumnDataType.qc.dox.h:42
Qore AbstractDatabase class definition.
Definition: AbstractDatabase.qc.dox.h:32
generic type for SQL datatypes where no translations are provided for NULL for "or nothing" types
Definition: SqlUtilColumnDataType.qc.dox.h:37
constructor(string native_type, string type, *hash< auto > options)
creates the object