org.dbmaintain.structure.clear
Interface DBClearer

All Known Implementing Classes:
DefaultDBClearer

public interface DBClearer

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

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void clearDatabase()
          Clears the database schemas.
 

Method Detail

clearDatabase

void clearDatabase()
Clears the database schemas.



Copyright © 2011. All Rights Reserved.