SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-45
Semantic Analysis (0201-000100—0201-022306)
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-014000
Cause. You did not assign the SQLJ CAST statement to an iterator variable.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit by assigning the CAST statement to an iterator variable. For
details, see the Assignment Clause on page A-5 and Creating an Iterator From a JDBC
Result Set on page 3-56.
0201-014100
Cause. You did not assign the SQLJ CAST statement to an iterator variable. The
SQLJ translator found string instead of an iterator variable.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit by assigning the CAST statement to an iterator variable. For
details, see the Assignment Clause on page A-5 and Creating an Iterator From a JDBC
Result Set on page 3-56.
0201-015000
Cause. The SQLJ translator encountered an invalid value for the with attribute
named sensitivity in an iterator declaration clause.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the correct value for the with attribute named
sensitivity. For details, see with-clause on page A-3.
[0201-014000] Expected cast to be assigned to an iterator.
[0201-014100] Expected cast to be assigned to an iterator,
found that cast was assigned to
string.
[0201-015000] Value of iterator attribute sensitivity must be
one of SENSITIVE, ASENSITIVE, or INSENSITIVE.