Package org.apache.camel.component.sql
Class ResultSetIterator
java.lang.Object
org.apache.camel.component.sql.ResultSetIterator
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Iterator<Object>
- 
Constructor SummaryConstructorsConstructorDescriptionResultSetIterator(Connection connection, Statement statement, ResultSet resultSet, org.springframework.jdbc.core.RowMapper<?> rowMapper) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining, remove
- 
Constructor Details- 
ResultSetIteratorpublic ResultSetIterator(Connection connection, Statement statement, ResultSet resultSet, org.springframework.jdbc.core.RowMapper<?> rowMapper) throws SQLException - Throws:
- SQLException
 
 
- 
- 
Method Details