| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface WorkMethod Summary | |
void |
|
public void execute(Connection connection)
throws SQLExceptionExecute the discrete work encapsulated by this work instance using the supplied connection.
- Parameters:
connection- The connection on which to perform the work.