| Package | Description |
|---|---|
| org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
| org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
| org.openrdf.query.impl |
| Class and Description |
|---|
| 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 of
Statement
objects. |
| 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.Repository that can be formulated
in one of the supported query languages (for example SeRQL or SPARQL). |
| QueryEvaluationException
An exception indicating that the evaluation of a query failed.
|
| QueryLanguage
A type-safe enumeration for RDF query languages.
|
| QueryResult
Super type of all query result types (TupleQueryResult, GraphQueryResult,
etc.).
|
| QueryResults
Utility methods related to query results.
|
| TupleQueryResult
A representation of a variable-binding query result as a sequence of
BindingSet objects. |
| 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.
|
| Class and 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.
|
| TupleQueryResult
A representation of a variable-binding query result as a sequence of
BindingSet objects. |
| 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.
|
| Class and Description |
|---|
| 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 of
Statement
objects. |
| Operation
An operation (e.g.
|
| Query
A query on a
repository.Repository that can be formulated
in one of the supported query languages (for example SeRQL or SPARQL). |
| QueryEvaluationException
An exception indicating that the evaluation of a query failed.
|
| QueryResult
Super type of all query result types (TupleQueryResult, GraphQueryResult,
etc.).
|
| TupleQueryResult
A representation of a variable-binding query result as a sequence of
BindingSet objects. |
| TupleQueryResultHandler
An interface defining methods related to handling sequences of Solutions.
|
| TupleQueryResultHandlerBase
Base class for
TupleQueryResultHandlers with dummy implementations
of all methods. |
| TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an
unrecoverable error.
|
| Update
An update operation on a
repository.Repository that can
be formulated in one of the supported query languages (for example SPARQL). |
Copyright © 2001-2013 Aduna. All Rights Reserved.