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