Uses of Package
org.eclipse.rdf4j.query
-
Packages that use org.eclipse.rdf4j.query Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.impl -
Classes in org.eclipse.rdf4j.query used by org.eclipse.rdf4j.query Class Description AbstractTupleQueryResultHandler Base class forTupleQueryResultHandlers with dummy implementations of all methods.Binding A named value binding.BindingSet A BindingSet is a set of named value bindings, which is used a.o.Dataset Represents a dataset against which operations can be evaluated.GraphQueryResult A representation of a query result as a sequence ofStatementobjects.MalformedQueryException An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.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.QueryLanguage A type-safe enumeration for RDF query languages such asQueryLanguage.SPARQL.QueryResult 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.TupleQueryResult A representation of a variable-binding query result as a sequence ofBindingSetobjects.TupleQueryResultHandler An interface defining methods related to handling sequences of Solutions.TupleQueryResultHandlerException An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.UpdateExecutionException An exception indicating that the execution of an update failed. -
Classes in org.eclipse.rdf4j.query used by org.eclipse.rdf4j.query.dawg Class Description BindingSet A BindingSet is a set of named value bindings, which is used a.o.QueryEvaluationException An exception indicating that the evaluation of a query failed.QueryResultHandler The super class of all handlers for processing query results.QueryResultHandlerException The super class of exceptions originating fromQueryResultHandlerimplementations.TupleQueryResult A representation of a variable-binding query result as a sequence ofBindingSetobjects.TupleQueryResultHandler An interface defining methods related to handling sequences of Solutions.TupleQueryResultHandlerException An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error. -
Classes in org.eclipse.rdf4j.query used by org.eclipse.rdf4j.query.impl Class Description AbstractBindingSet Abstract base class forBindingSetimplementations, providing a.o.AbstractTupleQueryResultHandler Base class forTupleQueryResultHandlers with dummy implementations of all methods.Binding A named value binding.BindingSet A BindingSet is a set of named value bindings, which is used a.o.Dataset Represents a dataset against which operations can be evaluated.GraphQueryResult A representation of a query result as a sequence ofStatementobjects.MutableBindingSet A BindingSet is a set of named value bindings, which is used a.o.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).QueryEvaluationException An exception indicating that the evaluation of a query failed.QueryResult Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).QueryResultHandler The super class of all handlers for processing query results.TupleQueryResult A representation of a variable-binding query result as a sequence ofBindingSetobjects.TupleQueryResultHandler An interface defining methods related to handling sequences of Solutions.TupleQueryResultHandlerException An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.Update An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).