commons-dbutils
commons-dbutils copied to clipboard
Improvement in the next() method of the ResultSetIterator.java class
I added an explicit check for resultSet.next(). If there are no more rows, a NoSuchElementException exception is thrown. And I also updated the documentation to include the behavior when there are no more rows in the ResultSet.