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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      execute in class org.dbunit.operation.DatabaseOperation
      Parameters:
      connection - the database connection.
      dataSet - the dataset to be used by this operation.
      Throws:
      org.dbunit.DatabaseUnitException
      SQLException