You can use a wizard to add an SQLJ iterator declaration clause to an SQLJ file. An SQLJ iterator declaration clause declares a positioned iterator class or named iterator class in an SQLJ application program.
You can insert an SQLJ iterator declaration clause anywhere in an SQLJ file that a Java™ class definition can appear in a Java program.
To add an SQLJ iterator declaration clause:
The SQLJ iterator declaration clause is added to the code at the insertion point.