com.ibm.websphere.sdo.mediator
Interface Pager
All Superinterfaces:
java.io.Serializable
All known subinterfaces:
- public interface Pager
- extends java.io.Serializable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPageSize()
Returns the page size attribute
|
|
next(JDBCMediator mediator)
Returns the next page of data
|
|
previous(JDBCMediator mediator)
Returns the previous page of data
|
Method Detail
getPageSize
- int getPageSize()
Returns the page size attribute
Returns:
the page size
next
- commonj.sdo.DataObject next(JDBCMediator mediator)
- throws MediatorException
Returns the next page of data
previous
- commonj.sdo.DataObject previous( JDBCMediator mediator)
- throws MediatorException
Returns the previous page of data