public static class DbTransaction.DbQueryResultRowIterator extends Object implements Iterator<DbTransaction.DbQueryResultRow>
| Modifier | Constructor and Description |
|---|---|
protected |
DbQueryResultRowIterator(ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
DbTransaction.DbQueryResultRow |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected DbQueryResultRowIterator(ResultSet rs)
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>Copyright © 2003–2018. All rights reserved.