public static class DbTransaction.DbQueryResultRowIterator extends Object implements Iterator<DbTransaction.DbQueryResultRow>
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
DbTransaction.DbQueryResultRow |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<DbTransaction.DbQueryResultRow>
public DbTransaction.DbQueryResultRow next()
next
in interface Iterator<DbTransaction.DbQueryResultRow>
public void remove()
remove
in interface Iterator<DbTransaction.DbQueryResultRow>