|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
DataListHandler Interface.
This interface is used by a client application to retrieve a subset of
the query result set.
| Method Summary | |
void |
close()
Close this handler. |
boolean |
elementExists(int index)
Check if the element at the input position exists. |
DataList |
getList()
Get the entire data list. |
DataList |
getListChunk(int startIndex,
int count)
Gets a subset of the query result set. |
| Method Detail |
public DataList getList()
throws Exception
Exception - if any error occurs
public DataList getListChunk(int startIndex,
int count)
throws Exception
startIndex - start indexcount - number of records to fetch
Exception - if any error occurs
public boolean elementExists(int index)
throws Exception
index - the index position value
Exception - if any error occurs
public void close()
throws Exception
Exception - if any error occurs
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||