SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-19
Semantic Analysis (0201-000100—0201-022306)
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-002308
Cause. The SQLJ translator received a JDBC error while trying to access information
from a java.sql.DatabaseMetaData object. The cause might be a bad JDBC
driver.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-002309
Cause. SQLJ could not instantiate the offline checker class checker-name.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-002310
Cause. SQLJ could not instantiate the online checker class checker-name.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-002311
Cause. The checker class checker_name did not implement the SQL checker
interface.
Effect. The SQLJ translator fails during semantic analysis.
[0201-002308] Unable to obtain DatabaseMetaData to determine
the online checker to use for context
context-name.
Attempting to use offline checker instead.
[0201-002309] Unable to instantiate the offline checker
checker-name.
[0201-002310] Unable to instantiate the online checker
checker-name.
[0201-002311] Class
checker-name does not implement the
checker interface.