public class ResultSetIterator extends Object implements Iterator<Map<String,Object>>
ResultSetIterator(ResultSet resultSet, boolean isJDBC4)
void
close()
closeConnection()
Set<String>
getColumnNames()
boolean
hasNext()
Map<String,Object>
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ResultSetIterator(ResultSet resultSet, boolean isJDBC4) throws SQLException
SQLException
public boolean hasNext()
hasNext
Iterator<Map<String,Object>>
public Map<String,Object> next()
next
public void remove()
remove
public Set<String> getColumnNames()
public void close()
public void closeConnection()
Apache Camel