Class InsertBindingSetCursor
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<BindingSet>
org.eclipse.rdf4j.common.iteration.IterationWrapper<BindingSet>
org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
- All Implemented Interfaces:
 AutoCloseable, Iterator<BindingSet>, CloseableIteration<BindingSet>
Adds more bindings to each of the results.
- Author:
 - James Leigh
 
- 
Field Summary
Fields inherited from class IterationWrapper
wrappedIterFields inherited from interface CloseableIteration
EMPTY_STATEMENT_ITERATION - 
Constructor Summary
ConstructorsConstructorDescriptionInsertBindingSetCursor(CloseableIteration<BindingSet> delegate, BindingSet bindings)  - 
Method Summary
Methods inherited from class IterationWrapper
handleClose, hasNext, removeMethods inherited from class AbstractCloseableIteration
close, isClosedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CloseableIteration
streamMethods inherited from interface Iterator
forEachRemaining 
- 
Constructor Details
- 
InsertBindingSetCursor
 
 - 
 - 
Method Details
- 
next
Description copied from class:IterationWrapperReturns the next element from the wrapped Iteration.- Specified by:
 nextin interfaceIterator<BindingSet>- Overrides:
 nextin classIterationWrapper<BindingSet>- Throws:
 QueryEvaluationException
 
 -