|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryResults
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
,
ResultBindingImpl
,
QueryResultsStream
Method Summary | |
---|---|
void |
close()
Close the results iterator and stop query evaluation as soon as convenient. |
List |
getAll()
Deprecated. Use QueryResultsMem to get all the results of a query. |
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? |
Object |
next()
Moves onto the next result possibility. |
void |
remove()
|
Method Detail |
---|
void remove() throws UnsupportedOperationException
remove
in interface Iterator
UnsupportedOperationException
- Always thrown.boolean hasNext()
hasNext
in interface Iterator
Object next()
next
in interface Iterator
void close()
int getRowNumber()
List getResultVars()
List getAll()
QueryResultsMem
to get all the results of a query.
ResultBindingImpl
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |