| Constructor and Description |
|---|
ResultSetIterator(MockResultSet resultSet)
Clones the MockResultSet passed and initiates an iterator over the cloned result set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<?> |
next()
Returns the list of column values of the next row, or null.
|
void |
remove()
Not implemented
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ResultSetIterator(MockResultSet resultSet)
resultSet - public List<?> next()
next in interface Iterator<List<?>>Iterator.next()public void remove()
remove in interface Iterator<List<?>>Iterator.remove()Copyright © 2003–2023. All rights reserved.