SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-96
SQLJ Run-Time Messages
Recovery. Verify that the number of columns in the iterator declaration clause is the
same as the number of columns in the select list and resubmit. For details, see the
Iterator Declaration Clause on page A-2.
Message Without an SQLSTATE Value
Cause. The SQLJ run time encountered an invalid descriptor in the profile.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
Message Without an SQLSTATE Value
Cause. The SQLJ run time encountered an invalid execute type in the profile. Valid
execute type values are EXECUTE_UPDATE, EXECUTE_QUERY, and EXECUTE.
Effect. SQLJ cannot execute this statement.
Recovery. Report the entire message to your service provider.
Message Without an SQLSTATE Value
Cause. The SQLJ run time encountered an invalid input or output mode. Valid modes
are IN, OUT, and INOUT.
Effect. SQLJ cannot execute this SQL statement.
Recovery. Report the entire message to your service provider
Message Without an SQLSTATE Value
Cause. The SQLJ run time encountered an invalid ResultSet type in the profile.
Valid ResultSet type values are NO_RESULT, NAMED_RESULT, and
POSITIONED_RESULT.
Effect. SQLJ cannot execute this statement
Recovery. Report the entire message to your service provider.
invalid descriptor: descriptor
invalid execute type:
execute-type-value
invalid modality:
mode
invalid result set type:
resultset-type-value