org.axiondb.tools
public class BatchSqlCommandRunner extends Object
Constructor Summary | |
---|---|
BatchSqlCommandRunner(Connection conn) | |
BatchSqlCommandRunner(Connection conn, PrintWriter pw) | |
BatchSqlCommandRunner(Statement stmt) | |
BatchSqlCommandRunner(Statement stmt, PrintWriter pw) |
Method Summary | |
---|---|
void | close() |
void | runCommands(BufferedReader reader) |
void | runCommands(InputStream stream) |