E - type of element returned by this iteratorpublic class ResultSetIterator<E> extends Object implements CloseableIterator<E>, IndexAccessible<E>, Wrapper
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object obj) |
E |
get(int index) |
int |
hashCode() |
boolean |
hasNext() |
boolean |
isWrapperFor(Class<?> iface) |
E |
next() |
int |
position() |
void |
remove() |
<T> T |
unwrap(Class<T> iface) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic E get(int index)
get in interface IndexAccessible<E>public int position()
position in interface IndexAccessible<E>public void close()
close in interface CloseableIterator<E>close in interface AutoCloseablepublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLException