public class SqlScriptRunner extends Object
Constructor and Description |
---|
SqlScriptRunner(String sourceFile,
String driver,
String url,
String userId,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
executeScript() |
String |
getDriver() |
String |
getPassword() |
void |
setDriver(String driver) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
void |
setPassword(String password) |
public void executeScript() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public String getDriver()
public void setDriver(String driver)
public String getPassword()
public void setPassword(String password)
public void setLog(org.apache.maven.plugin.logging.Log log)
Copyright © 2010–2018 MyBatis.org. All rights reserved.