public interface Pager
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Returns the page size attribute
|
commonj.sdo.DataObject |
next(JDBCMediator mediator)
Returns the next page of data
|
commonj.sdo.DataObject |
previous(JDBCMediator mediator)
Returns the previous page of data
|
int getPageSize()
commonj.sdo.DataObject next(JDBCMediator mediator) throws MediatorException
mediator
- MediatorException
commonj.sdo.DataObject previous(JDBCMediator mediator) throws MediatorException
mediator
- MediatorException