| Constructor and Description |
|---|
ResultSetIterator(Connection connection,
Statement statement,
ResultSet resultSet,
org.springframework.jdbc.core.RowMapper rowMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Object |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ResultSetIterator(Connection connection, Statement statement, ResultSet resultSet, org.springframework.jdbc.core.RowMapper rowMapper) throws SQLException
SQLExceptionApache Camel