|
||||||||||
| 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 IteratorUnsupportedOperationException - Always thrown.boolean hasNext()
hasNext in interface IteratorObject next()
next in interface Iteratorvoid close()
int getRowNumber()
List getResultVars()
List getAll()
QueryResultsMem to get all the results of a query.
ResultBindingImpls.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||