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 |
setPassword(String password) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.