SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-44
Semantic Analysis (0201-000100—0201-022306)
0201-013600
Cause. You did not specify a host variable of type java.sqlj.ResultSet in the
SQLJ CAST statement. The SQLJ translator found string instead.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit by providing a host variable of the type java.sql.ResultSet
in the CAST statement. For details, see the Iterator Conversion Clause on page A-6
and Creating an Iterator From a JDBC Result Set on page 3-56.
0201-013700
Cause. The SQLJ translator found string instead of the end of the SQLJ CAST
statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the CAST statement and resubmit. For details, see
the Iterator Conversion Clause on page A-6.
0201-013800
Cause. The data type of the host variable in the SQLJ CAST statement was not
java.sql.ResultSet.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit by providing a host variable of the type
java.sql.ResultSet
in the CAST statement. For details, see the Iterator Conversion Clause on page A-6
and Creating an Iterator From a JDBC Result Set on page 3-56.
0201-013900
Cause. The data type of the host variable in the SQLJ CAST statement was not
java.sql.ResultSet.
[0201-013600] Expected host variable of type
java.sql.ResultSet, found "
string" ...
[0201-013700] Expected end of cast statement. Found
"
string" ...
[0201-013800] Expected host variable of type
java.sql.ResultSet, found host variable of invalid Java type.
[0201-013900] Expected host variable of type
java.sql.ResultSet, found host variable of type
type.