|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Results from a query in a "ResultSet"-like manner. Each row corresponds to a set of bindings which fulfil the conditions of the query. Access to the results is by variable name.
Query
,
QueryEngine
,
ResultBinding
,
QueryResultsStream
Method Summary | |
void |
close()
Close the results iterator and stop query evaluation as soon as convenient. |
java.util.List |
getAll()
Deprecated. Use QueryResultsMem to get all the results of a query. |
java.util.List |
getResultVars()
Get the variable names for the projection |
int |
getRowNumber()
Return the "row" number for the current iterator item |
boolean |
hasNext()
Is there another possibility? |
java.lang.Object |
next()
Moves onto the next result possibility. |
void |
remove()
|
Method Detail |
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator
java.lang.UnsupportedOperationException
- Always thrown.public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void close()
public int getRowNumber()
public java.util.List getResultVars()
public java.util.List getAll()
QueryResultsMem
to get all the results of a query.
ResultBinding
s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |