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