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, String dialect, List<String> schemaNames)
          Initializes the database operation class with the given Properties, SQLHandler.
 

Method Detail

init

void init(Properties configuration,
          SQLHandler sqlHandler,
          String dialect,
          List<String> schemaNames)
Initializes the database operation class with the given Properties, SQLHandler.

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


Copyright © 2014. All Rights Reserved.