Class VirtuosoQueryExecution.VResultSet

  • All Implemented Interfaces:
    java.util.Iterator<org.apache.jena.query.QuerySolution>, org.apache.jena.query.ResultSet
    Enclosing class:
    VirtuosoQueryExecution

    public class VirtuosoQueryExecution.VResultSet
    extends java.lang.Object
    implements org.apache.jena.query.ResultSet
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected VResultSet​(VirtGraph _g, java.sql.Statement _stmt, java.sql.ResultSet _rs)  
    • Constructor Detail

      • VResultSet

        protected VResultSet​(VirtGraph _g,
                             java.sql.Statement _stmt,
                             java.sql.ResultSet _rs)
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<org.apache.jena.query.QuerySolution>
        Specified by:
        hasNext in interface org.apache.jena.query.ResultSet
      • next

        public org.apache.jena.query.QuerySolution next()
        Specified by:
        next in interface java.util.Iterator<org.apache.jena.query.QuerySolution>
        Specified by:
        next in interface org.apache.jena.query.ResultSet
      • nextSolution

        public org.apache.jena.query.QuerySolution nextSolution()
        Specified by:
        nextSolution in interface org.apache.jena.query.ResultSet
      • nextBinding

        public org.apache.jena.sparql.engine.binding.Binding nextBinding()
        Specified by:
        nextBinding in interface org.apache.jena.query.ResultSet
      • getRowNumber

        public int getRowNumber()
        Specified by:
        getRowNumber in interface org.apache.jena.query.ResultSet
      • getResultVars

        public java.util.List<java.lang.String> getResultVars()
        Specified by:
        getResultVars in interface org.apache.jena.query.ResultSet
      • getResourceModel

        public org.apache.jena.rdf.model.Model getResourceModel()
        Specified by:
        getResourceModel in interface org.apache.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 org.apache.jena.shared.JenaException
        Throws:
        org.apache.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<org.apache.jena.query.QuerySolution>
        Throws:
        java.lang.UnsupportedOperationException