public class JdbcWindowIterator<T> extends JdbcIterator<T>
factory, result
Constructor and Description |
---|
JdbcWindowIterator(ResultSet result,
int pageOffset,
int pageSize,
Class<T> adapterClass) |
JdbcWindowIterator(ResultSet result,
int pageOffset,
int pageSize,
JdbcResultFactory<T> factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
load() |
close, close, execute, execute, hasNext, iterator, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
forEach, spliterator
public JdbcWindowIterator(ResultSet result, int pageOffset, int pageSize, JdbcResultFactory<T> factory) throws SQLException
SQLException
public JdbcWindowIterator(ResultSet result, int pageOffset, int pageSize, Class<T> adapterClass) throws SQLException
SQLException
protected void load()
load
in class JdbcIterator<T>
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly