org.openrdf.repository.object.result
Class ObjectCursor
java.lang.Object
info.aduna.iteration.CloseableIterationBase<E,X>
info.aduna.iteration.LookAheadIteration<Object,QueryEvaluationException>
org.openrdf.repository.object.result.ObjectCursor
- All Implemented Interfaces:
- CloseableIteration<Object,QueryEvaluationException>, Iteration<Object,QueryEvaluationException>
public class ObjectCursor
- extends LookAheadIteration<Object,QueryEvaluationException>
Converts a tuple cursor into an object cursor.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectCursor
public ObjectCursor(ObjectConnection manager,
CloseableIteration<BindingSet,QueryEvaluationException> result,
String binding)
throws QueryEvaluationException
- Throws:
QueryEvaluationException
getNextElement
public Object getNextElement()
throws QueryEvaluationException
- Specified by:
getNextElement in class LookAheadIteration<Object,QueryEvaluationException>
- Throws:
QueryEvaluationException
handleClose
public void handleClose()
throws QueryEvaluationException
- Overrides:
handleClose in class LookAheadIteration<Object,QueryEvaluationException>
- Throws:
QueryEvaluationException
Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.