49 constructor(
string native_type,
bool nullable, *hash<auto> options)
constructor(string native_type, bool nullable, *hash< auto > options)
creates the object
Qore AbstractNumericDataType class definition.
Definition: AbstractNumericDataType.qc.dox.h:31
auto acceptsValue(auto value)
returns the value if the value can be assigned to the type
string getName()
returns the type name
*hash< string, hash< DataProviderTypeOptionInfo > > getSupportedOptions()
returns supported options
type for string / varchar / char columns
Definition: SqlUtilStringType.qc.dox.h:37
string name
the type name
Definition: SqlUtilStringType.qc.dox.h:42