SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-28
Semantic Analysis (0201-000100—0201-022306)
0201-00740405Out
Cause. You specified a type that was not a legal OUT argument.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the correct OUT argument. For details, see Output
Assignability on page 3-35.
0201-007405
Cause. You specified an unsupported Java type type for host variable name at
position #num.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Declare the host variable with the correct and supported data type and
resubmit. For details, see Data Type Support on page 3-32.
0201-007406
Cause. The Java type type of host variable #num in the INTO clause of a FETCH
statement 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-007408
Cause. You specified an unsupported Java type type for host variable #num in the
INTO clause of a FETCH statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Declare the host variable with the correct and supported data type and
resubmit. For details, see Data Type Support on page 3-32.
[0201-00740405Out] This type is not legal as an OUT argument.
[0201-007405] Unsupported Java type for host item
name (at
position #
num): type.
[0201-007406] Inaccessible Java type for item #
num of INTO-
list:
type.
[0201-007408] Unsupported Java type for item #
num of INTO-
list:
type.