Implements the JDBC connection dependent task.
The SQLExecutor invokes this method with a live connection.
Do not close the connection, the connection will
be recycled by the SQLExecutor.
If using a transaction and the transaction is not committed
within the run() method, the transaction will be rolled back by
the SQLExecutor.
Parameters: conn - a live JDBC connection from the SQLExecutor invoking the SQLTask. throws: SQLException - thrown if the SQLTask JDBC operations failed. |