Package com.franz.agraph.jena
Class AGResultSet
java.lang.Object
com.franz.agraph.jena.AGResultSet
- All Implemented Interfaces:
Iterator<QuerySolution>
,ResultSet
Implements the Jena ResultSet interface for AllegroGraph.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
forEachRemaining
(Consumer<? super QuerySolution> action) int
boolean
hasNext()
next()
void
remove()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.query.ResultSet
materialise, rewindable
-
Constructor Details
-
AGResultSet
-
-
Method Details
-
getResourceModel
- Specified by:
getResourceModel
in interfaceResultSet
-
close
public void close() -
getResultVars
- Specified by:
getResultVars
in interfaceResultSet
-
getRowNumber
public int getRowNumber()- Specified by:
getRowNumber
in interfaceResultSet
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<QuerySolution>
- Specified by:
hasNext
in interfaceResultSet
-
next
- Specified by:
next
in interfaceIterator<QuerySolution>
- Specified by:
next
in interfaceResultSet
-
forEachRemaining
- Specified by:
forEachRemaining
in interfaceIterator<QuerySolution>
- Specified by:
forEachRemaining
in interfaceResultSet
-
nextBinding
- Specified by:
nextBinding
in interfaceResultSet
-
nextSolution
- Specified by:
nextSolution
in interfaceResultSet
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<QuerySolution>
-