Package org.eclipse.rdf4j.query.impl
package org.eclipse.rdf4j.query.impl
-
ClassDescriptionAbstract super class of all operation types.Abstract super class of all query types.Abstract super class of all update types.Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.An immutable empty BindingSet.An iterating implementation of the
GraphQueryResult
interface.An iterating implementation of theTupleQueryResult
interface.A List-based implementation of theBindingSet
interface.A Map-based implementation of theBindingSet
interface.An implementation of theTupleQueryResult
interface that stores the complete query result in memory.QueueCursor<E>Makes working with a queue easier by adding the methodsQueueIteration.done()
andQueueIteration.toss(Exception)
and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.An implementation of theBinding
interface.A simple implementation of theDataset
interface.A TupleQueryResultHandler that can be used to create a TupleQueryResult object.