JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

Recovery: Use the setMatchColumn() method to set the designated column as a match column.
nl
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.
nl
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.
nl
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.
nl
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.
nl
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.
nl
29089 HY000 JdbcRowSet connect error - {0} {1}
Cause: The driver encountered an internal error when attempting to establish a connection.
Effect: An exception is reported.
Recovery: None. The error is internal to the JDBC/MX driver.
Messages From the JNI Side of the JDBC/MX Driver
29251 HY000 Programming Error
Cause: Either SQL has detected an error in one of the SQL parameters for a statement or SQL
returned an error for an operation that was attempted but that is not handled by JDBC.
Effect: An exception is reported.
92 Messages