SQLJ statements are used for transaction control and SQL statement
execution.
SQLJ clause
The SQL statements in an SQLJ program are in SQLJ clauses.
SQLJ host-expression
A host expression is a Java™ variable
or expression that is referenced by SQLJ clauses in an SQLJ application
program.
SQLJ implements-clause
The implements clause derives one or more classes from
a Java interface.
SQLJ with-clause
The with clause specifies a set of one or more attributes
for an iterator or a connection context.
SQLJ connection-declaration-clause
The connection declaration clause declares a connection
to a data source in an SQLJ application program.
SQLJ iterator-declaration-clause
An iterator declaration clause declares a positioned iterator
class or a named iterator class in an SQLJ application program.
SQLJ executable-clause
An executable clause contains an SQL statement or an assignment
statement. An assignment statement assigns the result of an SQL operation
to a Java variable.
SQLJ context-clause
A context clause specifies a connection context, an execution
context, or both. You use a connection context to connect to a data
source. You use an execution context to monitor and modify SQL statement
execution.
SQLJ statement-clause
A statement clause contains an SQL statement or a SET TRANSACTION
clause.
SQLJ SET-TRANSACTION-clause
The SET TRANSACTION clause sets the isolation level for
the current unit of work.
SQLJ assignment-clause
The assignment clause assigns the result of an SQL operation
to a Java variable.