|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResultListAPI
This interface defines public methods for accessing query results.
Method Summary | |
---|---|
int |
getResultSize()
(API) Returns the size of the query result as the number of MMAX2QueryResultTuple objects. |
MMAX2QueryResultTuple |
getTupleAtIndex(int listIndex)
(API) Returns the MMAX2QueryResultTuple at index listIndex. |
Method Detail |
---|
MMAX2QueryResultTuple getTupleAtIndex(int listIndex)
listIndex
- The (zero-based) position in this list of the result tuple to return.
MMAX2QueryResultTuple
object at index listIndex.int getResultSize()
MMAX2QueryResultTuple
objects in this list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |