|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResultSetDataList interface.
This interface implies the concept of cursor and a corresponding
current row for the underlying collection.
Method Summary | |
boolean |
absolute(int index)
Move the cursor to a specific absolute row number. |
void |
beforeFirst()
Move the resultSet cursor before the first row of the list. |
boolean |
elementExists(int index)
Check if an element exists at the input index
position. |
boolean |
hasNext()
Check if there exists a row after the current row. |
Methods inherited from interface com.pow2.dao.datalist.DataList |
close, get, isEmpty, iterator |
Method Detail |
public boolean hasNext() throws Exception
Exception
- if any error occurspublic void beforeFirst() throws Exception
Exception
- if any error occurspublic boolean absolute(int index) throws Exception
index
- the cursor index value
Exception
- if any error occurspublic boolean elementExists(int index) throws Exception
index
position.
index
- the index value
index
position, false otherwise
Exception
- if any error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |