|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.runtime.query.result.PageContext
Represents the page context associated with a result set.
ResultSet
Method Summary | |
int |
getCurrentPage()
Get the current page number for this query result, starting at 0. |
int |
getEndRow()
Get the 0-based number of the row AFTER the last row of this query result. |
int |
getStartRow()
Get the 0-based number of the first row of this query result. |
Feature |
getSummarizationAttribute()
Get the summarization feature for this query result. |
int |
getTotalItems()
Get the total number of items for the entire query result. |
int |
getTotalPages()
Get the total number of pages for the entire query result. |
int |
getTotalRows()
Get the total number of rows for the entire query result. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getCurrentPage()
int
0-based page numberpublic int getTotalPages()
int
total number of pagespublic int getStartRow()
int
0-based row numberpublic int getEndRow()
getEndRow()
- getStartRow()
== the number of rows
in this query result.int
0-based row numberpublic int getTotalRows()
int
total number of rowspublic int getTotalItems()
int
total number of itemspublic Feature getSummarizationAttribute()
Feature
value
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |