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