public class SqlRunner extends Object
SqlRunner()
void
execute(Connection conn, List<String> sqlFile)
execute(File sqlFile)
execute(String sql)
executeBatch(String sql)
String[]
filter(String[] ss)
List<String>
getSql(String sql)
String
getText(File file)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SqlRunner()
@Deprecated public void execute(String sql) throws SQLException
sql
SQLException
public void executeBatch(String sql) throws Exception
Exception
public void execute(File sqlFile) throws Exception
public void execute(Connection conn, List<String> sqlFile) throws Exception
public String getText(File file)
public List<String> getSql(String sql)
public String[] filter(String[] ss)
Copyright © 2022. All rights reserved.