|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cursor
Cursor - Allows for scrolling through a row set.
Method Summary | |
---|---|
int |
getCurrentPage()
Gets the current page number |
int |
getEndRow()
Gets the end row within result set for this page |
int |
getFirstPage()
Gets the first page number |
boolean |
getHasFirstPage()
Is there a known first page? |
boolean |
getHasLastPage()
Is there a known last page? |
boolean |
getHasNextPage()
Is there a known next page? |
boolean |
getHasPrevPage()
Is there a known prev page? |
int |
getLastPage()
Gets the last page number |
int |
getNextPage()
Gets the next page number |
int |
getPageSize()
Gets the page size |
java.lang.String |
getPageType()
Gets the page type |
int |
getPrevPage()
Gets the previous page number |
int |
getRowCount()
Gets the count of rows within result set for this page |
int |
getStartRow()
Gets the start row within result set for this page |
int |
getTotalPages()
Gets total number of pages |
int |
getTotalRows()
Gets total rows |
boolean |
isInRange()
Is the page within range of the result set |
Method Detail |
---|
java.lang.String getPageType()
int getPageSize()
int getTotalPages()
int getTotalRows()
int getCurrentPage()
int getFirstPage()
int getLastPage()
int getNextPage()
int getPrevPage()
boolean isInRange()
boolean getHasFirstPage()
boolean getHasLastPage()
boolean getHasNextPage()
boolean getHasPrevPage()
int getStartRow()
int getEndRow()
int getRowCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |