|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResult
An interface for an object that encapsulates the result of an ObjectSource query.
Field Summary | |
---|---|
static java.lang.String |
code_id
|
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. |
Field Detail |
---|
static final java.lang.String code_id
Method Detail |
---|
boolean hasNext() throws com.waveset.util.WavesetException
com.waveset.util.WavesetException
QueryResultRow next() throws java.util.NoSuchElementException, com.waveset.util.WavesetException
java.util.NoSuchElementException
com.waveset.util.WavesetException
void remove() throws com.waveset.util.WavesetException
com.waveset.util.WavesetException
void resetIteration()
java.util.List toList() throws com.waveset.util.WavesetException
com.waveset.util.WavesetException
java.util.List toList(java.lang.String attribute) throws com.waveset.util.WavesetException
com.waveset.util.WavesetException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |