SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-20
Semantic Analysis (0201-000100—0201-022306)
Recovery. Report the entire message to your service provider.
0201-005302
Cause. The SQLJ translator could not load the JDBC driver driver-name.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the JDBC driver exists. See Verifying the JDBC/MX Driver on
page 2-3. If the error recurs, report the entire message to your service provider.
0201-006000
Cause. You specified an invalid modifier mod-name in an iterator or connection
declaration clause.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Check the modifier in the declaration clause and resubmit with the correct
modifier. For details, see Connection Declaration Clause on page A-1 or Iterator
Declaration Clause on page A-2.
0201-006100
Cause. You specified a private modifier in an iterator or connection declaration
clause, but the declaration was not inside a class.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Check the modifier in the declaration clause and resubmit with the correct
modifier. For details, see Declaration Clauses on page 3-2 and Connection Declaration
Clause on page A-1 or Iterator Declaration Clause on page A-2.
0201-006200
Cause. An iterator or connection declaration clause class-name was declared as
public but was not in the file class-name, as required. The name of a public
class must be the same as the base name of the file in which it resides.
[0201-005302] Cannot load JDBC driver class driver-name.
[0201-006000] Modifier
mod-name not allowed in declaration.
[0201-006100] Modifier
mod-name not allowed in top-level
declarations.
[0201-006200] Public declaration must reside in file with
base name
class-name, not in the file file-name.