Package org.openrdf.repository.sparql.query

Class Summary
BackgroundGraphResult Provides concurrent access to statements as they are being parsed.
BackgroundTupleResult Provides concurrent access to tuple results as they are being parsed.
InsertBindingSetCursor Adds more bindings to each of the results.
QueueCursor<E> Makes working with a queue easier by adding the methods QueueCursor.done() and QueueCursor.toss(Exception) and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.
SPARQLBooleanQuery Parses boolean query response from remote stores.
SPARQLGraphQuery Parses RDF results in the background.
SPARQLQuery Provides an execution thread for background result parsing and inlines binding in a SPARQL query.
SPARQLQueryBindingSet An implementation of the BindingSet interface that is used to evalate query object models.
SPARQLTupleQuery Parses tuple results in the background.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.