public class SQLIterator<T> extends Object implements Iterator<T>, AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
T |
next() |
void |
remove()
Delete the current entity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
close in interface AutoCloseableCopyright © 2018. All rights reserved.