| Modifier and Type | Field and Description |
|---|---|
protected boolean |
consumed |
protected boolean |
hasNext |
private static org.slf4j.Logger |
LOGGER |
private int |
next |
private int |
page |
protected PreparedStatement |
ps |
protected ResultSet |
rs |
private int |
start |
| Constructor and Description |
|---|
SqlBasedIterator(PreparedStatement ps) |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
hasNext_unsecured() |
boolean |
hasNext() |
byte[] |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removeprivate static final org.slf4j.Logger LOGGER
protected PreparedStatement ps
protected ResultSet rs
protected boolean consumed
protected boolean hasNext
private int start
private int next
private int page
public SqlBasedIterator(PreparedStatement ps)
Copyright © 2017–2019. All rights reserved.