Uses of Package
org.eclipse.rdf4j.query
Package
Description
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The rdf4j SPARQL 1.1 parser.
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
This package contains classes for working with RDF4J query objects.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
ElasticSearch index for the
LuceneSail
.Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.A Sail implementation that supports full-text indexing via the Lucene API.
The Native Store.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
Rdf4j-Spring DAO
Rdf4j-Spring OperationCache
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
Rdf4J-Spring Tx
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.A RuntimeException indicating that a specific query language is not supported.An exception indicating that the execution of an update failed. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.The super class of all handlers for processing query results.The super class of exceptions originating from
QueryResultHandler
implementations.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.An interface defining methods related to handling sequences of Solutions.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence of
BindingSet
objects. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.A representation of a query result as a sequence of
Statement
objects.An exception indicating that the evaluation of a query failed. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence of
Statement
objects.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An operation (e.g.
-
ClassDescriptionA named value binding.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA named value binding.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
-
ClassDescriptionA representation of a query result as a sequence of
Statement
objects.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects. -
ClassDescriptionBase class for
TupleQueryResultHandler
s with dummy implementations of all methods.A named value binding.A BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence ofStatement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.Utility methods related to query results.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An exception indicating that the execution of an update failed. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAbstract base class for
BindingSet
implementations, providing a.o.A named value binding.A BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionA named value binding.A BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.A BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.The super class of all handlers for processing query results.The super class of exceptions originating from
QueryResultHandler
implementations.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionAbstract base class for
BindingSet
implementations, providing a.o.Base class forTupleQueryResultHandler
s with dummy implementations of all methods.A named value binding.A BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence ofStatement
objects.A BindingSet is a set of named value bindings, which is used a.o.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).The super class of all handlers for processing query results.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionRepresents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.A RuntimeException indicating that a specific query language is not supported. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean)
method.A representation of a query result as a sequence ofStatement
objects.An exception indicating that the evaluation of a query failed.The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.The super class of all handlers for processing query results.The super class of exceptions originating from
QueryResultHandler
implementations.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean)
method.An exception indicating that the evaluation of a query failed.Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionAn interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean)
method.The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionThe super class of all handlers for processing query results.An interface defining methods related to handling sequences of Solutions.
-
ClassDescriptionAn interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean)
method.The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An interface that indicates that this QueryResultHandler is capable of handling boolean results using the
QueryResultHandler.handleBoolean(boolean)
method.The super class of all handlers for processing query results.The super class of exceptions originating fromQueryResultHandler
implementations.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.The super class of all handlers for processing query results.The super class of exceptions originating from
QueryResultHandler
implementations.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.The super class of all handlers for processing query results.The super class of exceptions originating from
QueryResultHandler
implementations.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionThe super class of all handlers for processing query results.An interface defining methods related to handling sequences of Solutions.
-
-
-
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
. -
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionA type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionA type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionA representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionA representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL). -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAbstract base class for
BindingSet
implementations, providing a.o.A named value binding.A BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence ofStatement
objects.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionA representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.A RuntimeException indicating that a specific query language is not supported. -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
. -
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
-
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
-
-
ClassDescriptionA query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
ClassDescriptionAn exception indicating that the evaluation of a query failed.
-
-
-
ClassDescriptionAn operation (e.g.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.A representation of a query result as a sequence of
Statement
objects.An operation (e.g.A representation of a variable-binding query result as a sequence ofBindingSet
objects. -
-
ClassDescriptionAn update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
-
ClassDescriptionA representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.A representation of a query result as a sequence of
Statement
objects.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL
.Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionAn update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.A representation of a query result as a sequence of
Statement
objects.An operation (e.g.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An interface defining methods related to handling sequences of Solutions.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the execution of an update failed. -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
-
-
-
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the execution of an update failed.
-
ClassDescriptionA BindingSet is a set of named value bindings, which is used a.o.Represents a dataset against which operations can be evaluated.An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.A representation of a variable-binding query result as a sequence of
BindingSet
objects. -
ClassDescriptionAn exception indicating that the evaluation of a query failed.The super class of exceptions originating from
QueryResultHandler
implementations.A representation of a variable-binding query result as a sequence ofBindingSet
objects.An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.The super class of exceptions originating from
QueryResultHandler
implementations. -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).An exception indicating that the evaluation of a query failed.A type-safe enumeration for RDF query languages such as
QueryLanguage.SPARQL
.The super class of exceptions originating fromQueryResultHandler
implementations.An exception indicating that the execution of an update failed. -
ClassDescriptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.An exception indicating that the evaluation of a query failed.