org.unitils.dbmaintainer.util
Interface DatabaseAccessing

All Known Subinterfaces:
ConstraintsDisabler, DataSetStructureGenerator, DBCleaner, DBClearer, ExecutedScriptInfoSource, ScriptRunner, SequenceUpdater
All Known Implementing Classes:
BaseDatabaseAccessor, DefaultConstraintsDisabler, DefaultDBCleaner, DefaultDBClearer, DefaultExecutedScriptInfoSource, DefaultScriptRunner, DefaultSequenceUpdater, DtdDataSetStructureGenerator, XsdDataSetStructureGenerator

public interface DatabaseAccessing

Task that can be performed on a database.

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void init(Properties configuration, SQLHandler sqlHandler)
          Initializes the database operation class with the given Properties, SQLHandler.
 

Method Detail

init

void init(Properties configuration,
          SQLHandler sqlHandler)
Initializes the database operation class with the given Properties, SQLHandler.

Parameters:
configuration - The configuration, not null
sqlHandler - The sql handler, not null


Copyright © 2011. All Rights Reserved.