|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for an object that encapsulates the result of an ObjectSource query.
Method Summary | |
boolean |
hasNext()
Returns true if there is another row in the result. |
QueryResultRow |
next()
Returns the next row in the result. |
void |
remove()
Removes the current row from the result. |
void |
resetIteration()
Seeks to the first row in the result. |
java.util.List |
toList()
Returns all of the results as a list. |
java.util.List |
toList(java.lang.String attribute)
Returns all values of one attribute in the result as a list. |
Method Detail |
public boolean hasNext() throws WavesetException
WavesetException
public QueryResultRow next() throws java.util.NoSuchElementException, WavesetException
java.util.NoSuchElementException
WavesetException
public void remove() throws WavesetException
WavesetException
public void resetIteration()
public java.util.List toList() throws WavesetException
WavesetException
public java.util.List toList(java.lang.String attribute) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |