| Constructor and Description |
|---|
SlicedResultSet(org.apache.jena.query.ResultSet results,
long offset,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.rdf.model.Model |
getResourceModel() |
List<String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
org.apache.jena.query.QuerySolution |
next() |
org.apache.jena.sparql.engine.binding.Binding |
nextBinding() |
org.apache.jena.query.QuerySolution |
nextSolution() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic SlicedResultSet(org.apache.jena.query.ResultSet results,
long offset,
long limit)
public boolean hasNext()
public org.apache.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface org.apache.jena.query.ResultSetpublic org.apache.jena.query.QuerySolution nextSolution()
nextSolution in interface org.apache.jena.query.ResultSetpublic org.apache.jena.query.QuerySolution next()
public List<String> getResultVars()
getResultVars in interface org.apache.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface org.apache.jena.query.ResultSetpublic void remove()
throws UnsupportedOperationException
remove in interface Iterator<org.apache.jena.query.QuerySolution>UnsupportedOperationExceptionpublic org.apache.jena.rdf.model.Model getResourceModel()
getResourceModel in interface org.apache.jena.query.ResultSetCopyright © 2019. All rights reserved.