virtuoso.jena.driver
Class VirtuosoQueryExecution.VResultSet

java.lang.Object
  extended by virtuoso.jena.driver.VirtuosoQueryExecution.VResultSet
All Implemented Interfaces:
com.hp.hpl.jena.query.ResultSet, java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>
Enclosing class:
VirtuosoQueryExecution

public class VirtuosoQueryExecution.VResultSet
extends java.lang.Object
implements com.hp.hpl.jena.query.ResultSet


Constructor Summary
protected VirtuosoQueryExecution.VResultSet(VirtGraph _g, java.sql.ResultSet _rs)
           
 
Method Summary
protected  void extractRow()
           
protected  void finalize()
           
 com.hp.hpl.jena.rdf.model.Model getResourceModel()
           
 java.util.List<java.lang.String> getResultVars()
           
 int getRowNumber()
           
 boolean hasNext()
           
protected  void moveForward()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtuosoQueryExecution.VResultSet

protected VirtuosoQueryExecution.VResultSet(VirtGraph _g,
                                            java.sql.ResultSet _rs)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface com.hp.hpl.jena.query.ResultSet
Specified by:
hasNext in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>

next

public com.hp.hpl.jena.query.QuerySolution next()
Specified by:
next in interface com.hp.hpl.jena.query.ResultSet
Specified by:
next in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>

nextSolution

public com.hp.hpl.jena.query.QuerySolution nextSolution()
Specified by:
nextSolution in interface com.hp.hpl.jena.query.ResultSet

nextBinding

public com.hp.hpl.jena.sparql.engine.binding.Binding nextBinding()
Specified by:
nextBinding in interface com.hp.hpl.jena.query.ResultSet

getRowNumber

public int getRowNumber()
Specified by:
getRowNumber in interface com.hp.hpl.jena.query.ResultSet

getResultVars

public java.util.List<java.lang.String> getResultVars()
Specified by:
getResultVars in interface com.hp.hpl.jena.query.ResultSet

getResourceModel

public com.hp.hpl.jena.rdf.model.Model getResourceModel()
Specified by:
getResourceModel in interface com.hp.hpl.jena.query.ResultSet

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable

moveForward

protected void moveForward()
                    throws com.hp.hpl.jena.shared.JenaException
Throws:
com.hp.hpl.jena.shared.JenaException

extractRow

protected void extractRow()
                   throws java.lang.Exception
Throws:
java.lang.Exception

remove

public void remove()
            throws java.lang.UnsupportedOperationException
Specified by:
remove in interface java.util.Iterator<com.hp.hpl.jena.query.QuerySolution>
Throws:
java.lang.UnsupportedOperationException