public class Main extends Object
Constructor and Description |
---|
Main(Connection _conn,
BufferedReader _input) |
Modifier and Type | Method and Description |
---|---|
void |
consoleDump(ResultSet _resultSet,
PrintStream _printStream)
Prints the ResultSet
_resultSet in a format suitable for the terminal console given by _printStream . |
static void |
main(String[] args) |
static void |
setBatchMode(boolean _batchMode) |
public Main(Connection _conn, BufferedReader _input)
public static void setBatchMode(boolean _batchMode)
public void consoleDump(ResultSet _resultSet, PrintStream _printStream) throws SQLException
_resultSet
in a format suitable for the terminal console given by _printStream
.SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.