| Constructor and Description |
|---|
ResultSetIterator(Connection conn,
ResultSet resultSet,
boolean isJDBC4,
boolean useGetBytes) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeConnection() |
Set<String> |
getColumnNames() |
boolean |
hasNext() |
Map<String,Object> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ResultSetIterator(Connection conn, ResultSet resultSet, boolean isJDBC4, boolean useGetBytes) throws SQLException
SQLExceptionApache Camel