SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-83
Data Customization (0900-000100—0900-003000)
Effect. Customization fails.
Recovery. Report the entire message to your service provider.
0900-000800
Cause. An SQL/MX error occurred.
Effect. Customization fails.
Recovery. Report the entire message to your service provider.
0900-000900
Cause. You specified a Java data type java-type that has no corresponding SQL
data type.
Effect. If you specified java.lang.Object, the true type might a legal type derived
from java.lang.Object. If so, the customizer issues a warning and defers error
checking until run time. In all other cases, the customizer issues an error and does not
customize the entry.
Recovery. Use an appropriate Java type in the source code. For details, see Data
Type Support on page 3-32.
0900-001000
Cause. You declared a variable with Java data type java-type, which is
unsupported.
Effect. The entry is not customized.
Recovery. Use a supported Java type in the source code. For details, see Data Type
Support on page 3-32.
0900-001100
Cause. Unsupported type conversion occurred between type1, type2, and type3.
[0900-000800] <cli exception>
[0900-000900] No Corresponding SQL/MX type for non-SQLJ Core
java type:
java-type.
[0900-001000] No corresponding JDBC type for java type:
java-
type.
[0900-001100] Unsupported type conversion between
type1,
type2, and type3.