git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-26 16:43:54 +00:00
parent ba016bd759
commit ce1c01c403
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ public class CSVPrinter implements Flushable, Closeable {
* the values to print.
* @throws IOException
* If an I/O error occurs
* @throws SQLException if a database access error occurs
*/
public void printRecords(final ResultSet resultSet) throws SQLException, IOException {
final int columnCount = resultSet.getMetaData().getColumnCount();