Javdoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1461217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ba016bd759
commit
ce1c01c403
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue