Class DropAllTablesOperation
java.lang.Object
org.dbunit.operation.DatabaseOperation
nl.b3p.brmo.test.util.database.dbunit.DropAllTablesOperation
public class DropAllTablesOperation
extends org.dbunit.operation.DatabaseOperation
- 
Field Summary
Fields inherited from class org.dbunit.operation.DatabaseOperation
CLEAN_INSERT, DELETE, DELETE_ALL, INSERT, NONE, REFRESH, TRUNCATE_TABLE, UPDATE - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.dbunit.database.IDatabaseConnection connection, org.dbunit.dataset.IDataSet dataSet) Executes this operation on the specified database using the specified dataset contents.Methods inherited from class org.dbunit.operation.DatabaseOperation
CLOSE_CONNECTION, TRANSACTION 
- 
Constructor Details
- 
DropAllTablesOperation
public DropAllTablesOperation() 
 - 
 - 
Method Details
- 
execute
public void execute(org.dbunit.database.IDatabaseConnection connection, org.dbunit.dataset.IDataSet dataSet) throws org.dbunit.DatabaseUnitException, SQLException Executes this operation on the specified database using the specified dataset contents.- Specified by:
 executein classorg.dbunit.operation.DatabaseOperation- Parameters:
 connection- the database connection.dataSet- the dataset to be used by this operation.- Throws:
 org.dbunit.DatabaseUnitExceptionSQLException
 
 -