SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-84
Data Customization (0900-000100—0900-003000)
Effect. The entry is not customized.
Recovery. Use an appropriate Java type for conversion to the specified SQL data
type. For details, see Data Type Support on page 3-32.
0900-001300
Cause. The specified JDBC type java-type could not be mapped to an SQL data
type.
Effect. The entry is not customized.
Recovery. Use a convertible JDBC type. For details, see Data Type Support on
page 3-32.
0900-001400
Cause. The name of the column specified in iterator col had no corresponding
column in the result set query.
Effect. The entry is not customized.
Recovery. Use the appropriate column names in the iterator declaration clause. For
details, see Iterators and Result Sets on page 3-48.
0900-001500
Cause. The IN parameter count actual-count did not provide the expected number
of IN parameters expected-count.
Effect. The entry is not customized.
Recovery. Use the appropriate number of IN parameters in the source code.
[0900-001300] No known SQL/MX type mapping to JDBC type java-
type.
[0900-001400] No Result column matches Named Iterator column:
col.
[0900-001500] IN parameter count:
actual-count; expected
count:
expected-count.