public class BaseCoreFunctionalTestCase.RollbackWork extends Object implements Work
Constructor and Description |
---|
BaseCoreFunctionalTestCase.RollbackWork() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Connection connection)
Execute the discrete work encapsulated by this work instance using the supplied connection.
|
public BaseCoreFunctionalTestCase.RollbackWork()
public void execute(Connection connection) throws SQLException
Work
execute
in interface Work
connection
- The connection on which to perform the work.SQLException
- Thrown during execution of the underlying JDBC interaction.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.