Exemplo n.º 1
0
 public void toStdout() throws IOException {
   Output.instanes2file(resultSet, new OutputStreamWriter(System.out));
 }
Exemplo n.º 2
0
 public void toStdout(String[] leadingComments) throws IOException {
   Output.instanes2file(resultSet, new OutputStreamWriter(System.out), leadingComments);
 }