SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-82
Data Customization (0900-000100—0900-003000)
Effect. The customizer issues a warning and ignores the unsupported value.
Customization completes successfully.
Cause. Specify a supported value for the WITH clause element to avoid the warning.
For details, see the Iterator Declaration Clause on page A-2.
0900-000400
Cause. You specified updateColumns in a WITH clause for an iterator that does not
implement the sqlj.runtime.ForUpdate interface.
Effect. The entry is not customized.
Recovery. Include implements sqlj.runtime.ForUpdate in the iterator
declaration clause. For details, see the Iterator Declaration Clause on page A-2.
0900-000500
Cause. You specified a WITH clause for a non-public iterator.
Effect. The customizer issues a warning and ignores the WITH clause in the iterator
declaration clause.
Recovery. Remove the WITH clause or make the iterator public. For details, see the
Iterator Declaration Clause on page A-2.
0900-000600
Cause. SQL/MX produced the diagnostic identified in the message text.
Effect. SQLJ issues a warning or error depending on the diagnostic. If the diagnostic
is an error, the entry is not customized.
Recovery. Report the entire message to your service provider.
0900-000700
Cause. An SQL/MX error occurred.
[0900-000400] Iterator iterator-name: updateColumns apply to
iterators implementing sqlj.runtime.ForUpdate; updateColumns
ignored.
[0900-000500] Iterator
iterator-name: <with> attributes can
only be set on public iterators; <with> attributes ignored.
[0900-000600] <SQL/MX diagnostic>
[0900-000700] <cli exception>