|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.dbmaintainer.util.BaseDatabaseAccessor
org.unitils.dbmaintainer.script.impl.DefaultScriptRunner
public class DefaultScriptRunner
Default implementation of a script runner.
| Field Summary |
|---|
| Fields inherited from class org.unitils.dbmaintainer.util.BaseDatabaseAccessor |
|---|
configuration, dbSupports, defaultDbSupport, sqlHandler |
| Constructor Summary | |
|---|---|
DefaultScriptRunner()
|
|
| Method Summary | |
|---|---|
protected ScriptParser |
createScriptParser()
Creates a script parser. |
void |
execute(ScriptContentHandle scriptContentHandle)
Executes the given script. |
| Methods inherited from class org.unitils.dbmaintainer.util.BaseDatabaseAccessor |
|---|
doInit, getDbSupport, init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.unitils.dbmaintainer.util.DatabaseAccessing |
|---|
init |
| Constructor Detail |
|---|
public DefaultScriptRunner()
| Method Detail |
|---|
public void execute(ScriptContentHandle scriptContentHandle)
execute in interface ScriptRunnerscriptContentHandle - The script as a string, not nullprotected ScriptParser createScriptParser()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||