the data type for Oracle NUMBER columns
More...
|
auto | acceptsValue (auto value) |
| returns the value if the value can be assigned to the type More...
|
|
the data type for Oracle NUMBER columns
- Since
- SqlUtil 1.6
◆ acceptsValue()
auto SqlUtil::AbstractNumericDataType::acceptsValue |
( |
auto |
value | ) |
|
|
virtual |
returns the value if the value can be assigned to the type
- Parameters
-
value | the value to assign to the type |
- Returns
- the value to be assigned; can be converted by the type
Reimplemented from DataProvider::QoreNumberDataTypeBase.