SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-26
Semantic Analysis (0201-000100—0201-022306)
Effect. The SQLJ translator fails during semantic analysis phase.
Recovery. Verify that the host variable name is a valid Java type and resubmit. For
details, see Data Type Support on page 3-32.
0201-007400
Cause. The Java type type of host variable #num was not a valid Java type
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that type of host variable #num is a valid Java type and resubmit.
For details, see Data Type Support on page 3-32.
0201-007401
Cause. The Java type type of host variable name at position #num was not a valid
Java type.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that type of the host variable name at line #num is a valid Java type
and resubmit. For details, see Data Type Support on page 3-32.
0201-007402
Cause. The Java type type of host variable #num was inaccessible.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify the access modifier of the class definition for type type, make any
corrections, and resubmit.
0201-00740203Column
Cause. The Java type type of the iterator column col was not publicly accessible.
Effect. The SQLJ translator fails during semantic analysis.
[0201-007400] Invalid Java type for host item #num: type.
[0201-007401] Invalid Java type for host item
name (at
position #
num): type.
[0201-007402] Inaccessible Java type for host item #
num:
type.
[0201-00740203Column] Type
type of column col is not publicly
accessible.