org.openrdf.repository.sparql.query
Class InsertBindingSetCursor
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.IterationWrapper<BindingSet,QueryEvaluationException>
org.openrdf.repository.sparql.query.InsertBindingSetCursor
- All Implemented Interfaces:
- CloseableIteration<BindingSet,QueryEvaluationException>, Iteration<BindingSet,QueryEvaluationException>
public class InsertBindingSetCursor
- extends IterationWrapper<BindingSet,QueryEvaluationException>
Adds more bindings to each of the results.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InsertBindingSetCursor
public InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate,
BindingSet bindings)
next
public BindingSet next()
throws QueryEvaluationException
- Specified by:
next in interface Iteration<BindingSet,QueryEvaluationException>- Overrides:
next in class IterationWrapper<BindingSet,QueryEvaluationException>
- Throws:
QueryEvaluationException
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.