All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractBindingSet Abstract base class forBindingSetimplementations, providing a.o.AbstractOperation Abstract super class of all operation types.AbstractQuery Abstract super class of all query types.AbstractTupleQueryResultHandler Base class forTupleQueryResultHandlers with dummy implementations of all methods.AbstractUpdate Abstract super class of all update types.BackgroundGraphResult Deprecated. Binding A named value binding.BindingImpl Deprecated. UseSimpleBindinginstead.BindingSet A BindingSet is a set of named value bindings, which is used a.o.BooleanQuery BooleanQueryResultHandler An interface that indicates that this QueryResultHandler is capable of handling boolean results using theQueryResultHandler.handleBoolean(boolean)method.BooleanQueryResultHandlerException An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.Dataset Represents a dataset against which operations can be evaluated.DatasetImpl Deprecated. UseSimpleDatasetinstead.DAWGTestBooleanParser DAWGTestResultSetParseException An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.DAWGTestResultSetParser DAWGTestResultSetSchema DAWGTestResultSetUtil DAWGTestResultSetWriter ATupleQueryResultHandlerthat converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).EmptyBindingSet An immutable empty BindingSet.Explanation This is an experimental feature.Explanation.Level The different levels that the query explanation can be at.ExplanationImpl This is an experimental feature.FallbackDataset GenericPlanNode This is an experimental feature.GraphQuery GraphQueryResult A representation of a query result as a sequence ofStatementobjects.GraphQueryResultImpl Deprecated. since 2.0.IncompatibleOperationException An exception indicating that a string could not be parsed into an operation of the expected type by the parser.IteratingGraphQueryResult Deprecated. IteratingTupleQueryResult Deprecated. ListBindingSet A List-based implementation of theBindingSetinterface.MalformedQueryException An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.MapBindingSet A Map-based implementation of theBindingSetinterface.MutableBindingSet A BindingSet is a set of named value bindings, which is used a.o.MutableTupleQueryResult An implementation of theTupleQueryResultinterface that stores the complete query result in memory.Operation An operation (e.g.Query A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).Query.QueryType The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.QueryEvaluationException An exception indicating that the evaluation of a query failed.QueryInterruptedException An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.QueryLanguage A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL.QueryResult<T> Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).QueryResultHandler The super class of all handlers for processing query results.QueryResultHandlerException The super class of exceptions originating fromQueryResultHandlerimplementations.QueryResults Utility methods related to query results.QueryResultUtil Deprecated. UseQueryResultsinstead.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.SimpleBinding An implementation of theBindinginterface.SimpleDataset A simple implementation of theDatasetinterface.TupleQuery TupleQueryResult A representation of a variable-binding query result as a sequence ofBindingSetobjects.TupleQueryResultBuilder A TupleQueryResultHandler that can be used to create a TupleQueryResult object.TupleQueryResultHandler An interface defining methods related to handling sequences of Solutions.TupleQueryResultHandlerBase Deprecated. since 2.0.TupleQueryResultHandlerException An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.TupleQueryResultImpl Deprecated. UseIteratingTupleQueryResultinstead.UnsupportedQueryLanguageException A RuntimeException indicating that a specific query language is not supported.Update An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).UpdateExecutionException An exception indicating that the execution of an update failed.