Class InsertBindingSetCursor

  • All Implemented Interfaces:
    AutoCloseable, org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException>, org.eclipse.rdf4j.common.iteration.Iteration<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException>

    public class InsertBindingSetCursor
    extends org.eclipse.rdf4j.common.iteration.IterationWrapper<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException>
    Adds more bindings to each of the results.
    Author:
    James Leigh
    • Field Summary

      • Fields inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper

        wrappedIter
    • Constructor Summary

      Constructors 
      Constructor Description
      InsertBindingSetCursor​(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException> delegate, org.eclipse.rdf4j.query.BindingSet bindings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.rdf4j.query.BindingSet next()  
      • Methods inherited from class org.eclipse.rdf4j.common.iteration.IterationWrapper

        handleClose, hasNext, remove
      • Methods inherited from class org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration

        close, isClosed
      • Methods inherited from interface org.eclipse.rdf4j.common.iteration.CloseableIteration

        stream
    • Constructor Detail

      • InsertBindingSetCursor

        public InsertBindingSetCursor​(org.eclipse.rdf4j.common.iteration.CloseableIteration<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException> delegate,
                                      org.eclipse.rdf4j.query.BindingSet bindings)
    • Method Detail

      • next

        public org.eclipse.rdf4j.query.BindingSet next()
                                                throws org.eclipse.rdf4j.query.QueryEvaluationException
        Specified by:
        next in interface org.eclipse.rdf4j.common.iteration.Iteration<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException>
        Overrides:
        next in class org.eclipse.rdf4j.common.iteration.IterationWrapper<org.eclipse.rdf4j.query.BindingSet,​org.eclipse.rdf4j.query.QueryEvaluationException>
        Throws:
        org.eclipse.rdf4j.query.QueryEvaluationException