Qore SqlUtil Module Reference
1.7.5
|
type for string / varchar / char columns More...
Public Member Methods | |
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 More... | |
string | getName () |
returns the type name | |
*hash< string, hash< DataProviderTypeOptionInfo > > | getSupportedOptions () |
returns supported options | |
Private Attributes | |
string | name |
the type name | |
type for string / varchar / char 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::QoreStringDataTypeBase.