public abstract class ResultSetIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>
ResultSet
and providing the data as objects of wanted type.
Apart from the object creation also provides a hasNext()
method which ResultSet
does not (yes, it
has isAfterLast()
but that is an optional operation).Constructor and Description |
---|
ResultSetIterator(java.sql.ResultSet rs) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.