Class InsertBindingSetCursor
java.lang.Object
org.eclipse.rdf4j.common.iteration.AbstractCloseableIteration<E,X>
org.eclipse.rdf4j.common.iteration.IterationWrapper<BindingSet,QueryEvaluationException>
org.eclipse.rdf4j.repository.sparql.query.InsertBindingSetCursor
- All Implemented Interfaces:
AutoCloseable
,CloseableIteration<BindingSet,
,QueryEvaluationException> Iteration<BindingSet,
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
ConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Method Summary
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
-
Constructor Details
-
InsertBindingSetCursor
public InsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings)
-
-
Method Details
-
next
Description copied from class:IterationWrapper
Returns the next element from the wrapped Iteration.- Specified by:
next
in interfaceIteration<BindingSet,
QueryEvaluationException> - Overrides:
next
in classIterationWrapper<BindingSet,
QueryEvaluationException> - Returns:
- the next element in the iteration.
- Throws:
QueryEvaluationException
-