41 constructor(
string native_type,
string type, *hash<auto> options) ;
45 constructor(
string native_type, Type type, *hash<auto> options) ;
generic type for SQL datatypes where no translations are provided for NULL for "or nothing" types
Definition SqlUtilColumnDataType.qc.dox.h:37
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
constructor(string native_type, string type, *hash< auto > options)
creates the object
constructor(string native_type, Type type, *hash< auto > options)
creates the object
Qore AbstractDatabase class definition.
Definition AbstractDatabase.qc.dox.h:26