play.db.helper
Class JdbcWindowIterator<T>
java.lang.Object
play.db.helper.JdbcIterator<T>
play.db.helper.JdbcWindowIterator<T>
- All Implemented Interfaces:
- Closeable, Iterable<T>, Iterator<T>
public class JdbcWindowIterator<T>
- extends JdbcIterator<T>
|
Method Summary |
protected void |
load()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcWindowIterator
public JdbcWindowIterator(ResultSet result,
int pageOffset,
int pageSize,
JdbcResultFactory<T> factory)
throws SQLException
- Throws:
SQLException
JdbcWindowIterator
public JdbcWindowIterator(ResultSet result,
int pageOffset,
int pageSize,
Class<T> adapterClass)
throws SQLException
- Throws:
SQLException
load
protected void load()
- Overrides:
load in class JdbcIterator<T>
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly