SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-93
SQLJ Run-Time Messages
SQLSTATE 46110
Cause. A JDBC Callable statement was unavailable for this statement.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 46110
Cause. A JDBC prepared statement was unavailable for this method.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 46120
Cause. The SQLJ run time encountered an invalid iterator.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 46120
Cause. The SQLJ run time encountered an unexpected exception during iterator
construction.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
SQLSTATE 46130
Cause. While trying to update or execute using the WHERE CURRENT OF clause,
SQLJ expected iterator-name to be an instance of ForUpdate, but it was not.
Unable to create CallableStatement for RTStatement
Unable to create PreparedStatement for RTStatement
invalid iterator type:
iterator-name
unexpected exception raised by constructor
iterator-name :
exception
expected instance of ForUpdate iterator at parameter
index,
found class
iterator-name