SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-48
Semantic Analysis (0201-000100—0201-022306)
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with an output host variable or expression for the host variable
#num. For details, see Host Variables and Expressions on page 3-27 and Calling
Stored Procedures in Java on page 3-59.
0201-015900
Cause. You did not specify the stored procedure name after the CALL keyword.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the stored procedure name in the CALL statement. See
Calling Stored Procedures in Java on page 3-59.
0201-016000
Cause. The connection or iterator declaration clause implemented name, which is not
an interface.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with a valid and supported interface in the implements clause
of the connection or iterator declaration clause. For details, see the Connection
Declaration Clause on page A-1 or Iterator Declaration Clause on page A-2.
0201-016100
Cause. The connection declaration clause implemented
sqlj.runtime.ForUpdate, which is disallowed. Only an iterator declaration clause
can implement sqlj.runtime.ForUpdate.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit by removing sqlj.runtime.ForUpdate from the connection
declaration clause. For details, see the Connection Declaration Clause on page A-1.
[0201-015900] Expected stored procedure name. Found:
found-string
[0201-016000] Not an interface: name
[0201-016100] ConnectionContext cannot implement the name
interface.