Package org.apache.camel.component.sql
Class ResultSetIterator
java.lang.Object
org.apache.camel.component.sql.ResultSetIterator
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator
-
Constructor Summary
ConstructorsConstructorDescriptionResultSetIterator
(Connection connection, Statement statement, ResultSet resultSet, org.springframework.jdbc.core.RowMapper rowMapper) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
ResultSetIterator
public ResultSetIterator(Connection connection, Statement statement, ResultSet resultSet, org.springframework.jdbc.core.RowMapper rowMapper) throws SQLException - Throws:
SQLException
-
-
Method Details