public class HSQLDeleteOperation extends AbstractDBOperation
| Constructor and Description |
|---|
HSQLDeleteOperation(JdbcConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpOperation()
Execute the database operation in test setup.
|
void |
tearDownOperation()
Execute the database operation in test tear down.
|
public HSQLDeleteOperation(JdbcConfiguration configuration)
public void setUpOperation()
throws SQLException
SQLException - if a database access error occurspublic void tearDownOperation()
throws SQLException
AbstractDBOperation.getTableNames(java.sql.Connection).SQLException - if a database access error occursCopyright © 2014. All rights reserved.