org.apache.ibatis.migration.commands
Class ScriptCommand
java.lang.Object
org.apache.ibatis.migration.commands.BaseCommand
org.apache.ibatis.migration.commands.ScriptCommand
- All Implemented Interfaces:
- Command
public class ScriptCommand
- extends BaseCommand
Methods inherited from class org.apache.ibatis.migration.commands.BaseCommand |
baseFile, changelogExists, changelogTable, copyResourceTo, copyResourceTo, driverFile, environmentFile, environmentFile, environmentProperties, existingEnvironmentFile, generateAppliedTimeStampAsString, getChangelog, getDriverClassLoader, getLastAppliedChange, getMigrations, getNextIDAsString, getPrintStream, getScriptRunner, getSqlRunner, getStepCountParameter, horizontalLine, insertChangelog, paramsEmpty, scriptFile, setDriverClassLoader, setPrintStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptCommand
public ScriptCommand(File repository,
String environment,
boolean force)
execute
public void execute(String... sparams)
Copyright © 2010. All Rights Reserved.