|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResultSet
Results from a query in a table-like manner for SELECT queries. Each row corresponds to a set of bindings which fulfil the conditions of the query. Access to the results is by variable name.
Query
,
QueryExecution
,
QuerySolution
,
ResultSet
Method Summary | |
---|---|
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? |
boolean |
isDistinct()
Is this ResultSet known to be distinct? |
boolean |
isOrdered()
Is this ResultSet known to be ordered? |
java.lang.Object |
next()
Moves onto the next result possibility. |
QuerySolution |
nextSolution()
Moves onto the next result possibility. |
Methods inherited from interface java.util.Iterator |
---|
remove |
Method Detail |
---|
boolean hasNext()
hasNext
in interface java.util.Iterator
java.lang.Object next()
next
in interface java.util.Iterator
QuerySolution nextSolution()
int getRowNumber()
java.util.List getResultVars()
boolean isOrdered()
boolean isDistinct()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |