org.unitils.dbmaintainer.clean
Interface DBClearer

All Superinterfaces:
DatabaseAccessing
All Known Implementing Classes:
DefaultDBClearer

public interface DBClearer
extends DatabaseAccessing

Defines the contract for implementations that clear a database schema, so that it can for instance be recreated from scratch by the DBMaintainer

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void clearSchemas()
          Clears the database schemas.
 
Methods inherited from interface org.unitils.dbmaintainer.util.DatabaseAccessing
init
 

Method Detail

clearSchemas

void clearSchemas()
Clears the database schemas.



Copyright © 2011. All Rights Reserved.