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, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic JdbcWindowIterator(ResultSet result, int pageOffset, int pageSize, JdbcResultFactory<T> factory) throws SQLException
SQLExceptionpublic JdbcWindowIterator(ResultSet result, int pageOffset, int pageSize, Class<T> adapterClass) throws SQLException
SQLExceptionprotected void load()
load in class JdbcIterator<T>Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly