public class ResultSetIterator extends Object implements Iterator<Bean>
ResultSetIterator(ResultSet rs)
boolean
hasNext()
Bean
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ResultSetIterator(ResultSet rs)
public boolean hasNext()
hasNext
Iterator<Bean>
public Bean next()
next
public void remove()
remove
Copyright © 2023. All Rights Reserved.