public class VirtuosoQueryExecution.VResultSet
extends java.lang.Object
implements com.hp.hpl.jena.query.ResultSet
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getResourceModel() |
java.util.List<java.lang.String> |
getResultVars() |
int |
getRowNumber() |
boolean |
hasNext() |
com.hp.hpl.jena.query.QuerySolution |
next() |
com.hp.hpl.jena.sparql.engine.binding.Binding |
nextBinding() |
com.hp.hpl.jena.query.QuerySolution |
nextSolution() |
void |
remove() |
public boolean hasNext()
hasNext in interface com.hp.hpl.jena.query.ResultSethasNext in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>public com.hp.hpl.jena.query.QuerySolution next()
next in interface com.hp.hpl.jena.query.ResultSetnext in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>public com.hp.hpl.jena.query.QuerySolution nextSolution()
nextSolution in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
nextBinding in interface com.hp.hpl.jena.query.ResultSetpublic int getRowNumber()
getRowNumber in interface com.hp.hpl.jena.query.ResultSetpublic java.util.List<java.lang.String> getResultVars()
getResultVars in interface com.hp.hpl.jena.query.ResultSetpublic com.hp.hpl.jena.rdf.model.Model getResourceModel()
getResourceModel in interface com.hp.hpl.jena.query.ResultSetpublic void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>java.lang.UnsupportedOperationException