org.unitils.dbmaintainer.script
Interface ScriptRunner

All Superinterfaces:
DatabaseAccessing
All Known Implementing Classes:
DefaultScriptRunner

public interface ScriptRunner
extends DatabaseAccessing

Runs a given database script.

Author:
Filip Neven, Tim Ducheyne

Method Summary
 void execute(ScriptContentHandle scriptContentHandle)
          Executes the given script
 
Methods inherited from interface org.unitils.dbmaintainer.util.DatabaseAccessing
init
 

Method Detail

execute

void execute(ScriptContentHandle scriptContentHandle)
Executes the given script

Parameters:
script - A handle that provides access to the content of the script, not null


Copyright © 2011. All Rights Reserved.