![]() |
Qore SqlUtil Module Reference
1.7.1
|
generic type for SQL datatypes where no translations are provided for NULL for "or nothing" types More...

Public Member Functions | |
| auto | acceptsValue (auto value) |
| returns the value if the value can be assigned to the type More... | |
| constructor (string native_type, string type, *hash< auto > options) | |
| creates the object | |
| constructor (string native_type, Type type, *hash< auto > options) | |
| creates the object | |
| string | getName () |
| returns the type name | |
Protected Attributes | |
| string | name |
| the type name | |
generic type for SQL datatypes where no translations are provided for NULL for "or nothing" types
|
virtual |
returns the value if the value can be assigned to the type
| value | the value to assign to the type |
Reimplemented from DataProvider::QoreDataType.