|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.db.helper.JdbcIterator<T> play.db.helper.JdbcWindowIterator<T>
public class JdbcWindowIterator<T>
Field Summary |
---|
Fields inherited from class play.db.helper.JdbcIterator |
---|
factory, result |
Constructor Summary | |
---|---|
JdbcWindowIterator(java.sql.ResultSet result,
int pageOffset,
int pageSize,
java.lang.Class<T> adapterClass)
|
|
JdbcWindowIterator(java.sql.ResultSet result,
int pageOffset,
int pageSize,
JdbcResultFactory<T> factory)
|
Method Summary | |
---|---|
protected void |
load()
|
Methods inherited from class play.db.helper.JdbcIterator |
---|
close, close, execute, execute, hasNext, iterator, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JdbcWindowIterator(java.sql.ResultSet result, int pageOffset, int pageSize, JdbcResultFactory<T> factory) throws java.sql.SQLException
java.sql.SQLException
public JdbcWindowIterator(java.sql.ResultSet result, int pageOffset, int pageSize, java.lang.Class<T> adapterClass) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
protected void load()
load
in class JdbcIterator<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |