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