org.axiondb.tools
Class BatchSqlCommandRunner
java.lang.Object
org.axiondb.tools.BatchSqlCommandRunner
public class BatchSqlCommandRunner
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchSqlCommandRunner
public BatchSqlCommandRunner(Connection conn)
throws SQLException
- Throws:
SQLException
BatchSqlCommandRunner
public BatchSqlCommandRunner(Connection conn,
PrintWriter pw)
throws SQLException
- Throws:
SQLException
BatchSqlCommandRunner
public BatchSqlCommandRunner(Statement stmt)
BatchSqlCommandRunner
public BatchSqlCommandRunner(Statement stmt,
PrintWriter pw)
runCommands
public void runCommands(BufferedReader reader)
throws IOException,
SQLException
- Throws:
IOException
SQLException
runCommands
public void runCommands(InputStream stream)
throws IOException,
SQLException
- Throws:
IOException
SQLException
close
public void close()