JDBC Type 2 Driver 3.0 Programmer's Reference (SQL/MX 3.x)
Recovery: Call the
setMatchColumn()
method with a valid non-null column-name string.
[back to the top]
29083 HY000 Columns being unset are not the same as those set
Cause: The designated column passed to the unsetMatchColumn() method was not previously set as a match column.
Effect: The designated column is not unset for this JdbcRowSet object.
Recovery: Use the setMatchColumn() method to set the designated column as a match column.
[back to the top]
29084 HY000 Use column name as argument to unsetMatchColumn
Cause: A column-name string value is passed to the unsetMatchColumn(integer i) method.
Effect: An exception is thrown. The designated match column for this JdbcRowSet object is not unset.
Recovery: Call the unsetMatchColumn(integer i) method with an integer column ID value, or use the
unsetMatchColumn(String s) method.
[back to the top]
29085 HY000 Use column ID as argument to unsetMatchColumn
Cause: An column name integer value is passed to the unsetMatchColumn(String s) method.
Effect: An exception is thrown. The designated match column for this JdbcRowSet object is not unset.
Recovery: Call the unsetMatchColumn(String s) method with a string column-name value, or use the
unsetMatchColumn(integer i) method.
[back to the top]
29086 HY000 Missing JdbcRowSet parameter ({0,number,integer})
Cause: An internal driver condition detects that a JdbcRowSet parameter does not have a value set.
Effect: The JdbcRowSet.execute() method fails.
Recovery: None. The error is internal to the JDBC/MX driver.
[back to the top]
29087 HY000 JdbcRowSet setProperties error {0} - {1}
Cause:An internal driver condition detects that the JdbcRowSet property reported in the message could not be set for
JdbcRowSet prepared statement.
Effect: The JdbcRowSet.execute() method fails.
Recovery: The error is internal to the JDBC/MX driver.
[back to the top]
29088 HY000 JdbcRowSet prepare error - {0}
Cause: The driver encountered an internal error when preparing a JdbcRowSet prepared statements.
Effect: An exception is reported.
Recovery: None. The error is internal to the JDBC/MX driver.










