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