INVALID_PARAMETER_MARKER_VALUE error class
SQLSTATE: 22023
An invalid parameter mapping was provided:
DUPLICATE_NAME
multiple parameter mappings were given with the name ‘<name>
’.
INVALID_DATA_TYPE
the given data type ‘<dataType>
’ for parameter ‘<name>
’ is not valid.
INVALID_VALUE_FOR_DATA_TYPE
the value <valueLiteral>
for parameter ‘<name>
’ cannot be cast to <dataType>
because it is malformed.
MISSING_NAME
no parameter name is given for the value provided at position <position>
.