Package org.apache.camel.component.jdbc
Class ResultSetIterator
- java.lang.Object
-
- org.apache.camel.component.jdbc.ResultSetIterator
-
-
Constructor Summary
Constructors Constructor Description ResultSetIterator(Connection conn, ResultSet resultSet, boolean isJDBC4, boolean useGetBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidcloseConnection()Set<String>getColumnNames()booleanhasNext()Map<String,Object>next()voidremove()-
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
-
-
-
-
Constructor Detail
-
ResultSetIterator
public ResultSetIterator(Connection conn, ResultSet resultSet, boolean isJDBC4, boolean useGetBytes) throws SQLException
- Throws:
SQLException
-
-