Uses of Package
org.openrdf.query

Packages that use org.openrdf.query
org.openrdf.http.client   
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.algebra.evaluation   
org.openrdf.query.algebra.evaluation.impl   
org.openrdf.query.algebra.evaluation.iterator   
org.openrdf.query.algebra.evaluation.util   
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   
org.openrdf.query.parser   
org.openrdf.query.parser.serql The SeRQL query engine. 
org.openrdf.query.parser.sparql The SPARQL query engine. 
org.openrdf.query.resultio   
org.openrdf.query.resultio.binary   
org.openrdf.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Format 
org.openrdf.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Format 
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.contextaware   
org.openrdf.repository.contextaware.config   
org.openrdf.repository.dataset   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.evaluation   
org.openrdf.sail.rdbms.exceptions   
org.openrdf.sail.rdbms.iteration   
org.openrdf.sail.rdbms.optimizers   
org.openrdf.sail.rdbms.postgresql   
org.openrdf.workbench.commands   
 

Classes in org.openrdf.query used by org.openrdf.http.client
Binding
          A named value binding.
Dataset
          Represents a dataset against which queries 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.
QueryLanguage
          A type-safe enumeration for RDF query languages.
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.
 

Classes in org.openrdf.query used by org.openrdf.query
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 queries can be evaluated.
GraphQueryResult
          A representation of a query result as a sequence of Statement objects.
Query
          A query on a 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.).
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.
 

Classes in org.openrdf.query used by org.openrdf.query.algebra.evaluation
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 queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.query.algebra.evaluation.impl
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.query.algebra.evaluation.iterator
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.
 

Classes in org.openrdf.query used by org.openrdf.query.algebra.evaluation.util
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
 

Classes in org.openrdf.query used by org.openrdf.query.dawg
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.
 

Classes in org.openrdf.query used by org.openrdf.query.impl
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 queries can be evaluated.
GraphQueryResult
          A representation of a query result as a sequence of Statement objects.
Query
          A query on a 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.
 

Classes in org.openrdf.query used by org.openrdf.query.parser
Dataset
          Represents a dataset against which queries can be evaluated.
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
QueryLanguage
          A type-safe enumeration for RDF query languages.
UnsupportedQueryLanguageException
          A RuntimeException indicating that a specific query language is not supported.
 

Classes in org.openrdf.query used by org.openrdf.query.parser.serql
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
QueryLanguage
          A type-safe enumeration for RDF query languages.
 

Classes in org.openrdf.query used by org.openrdf.query.parser.sparql
Dataset
          Represents a dataset against which queries can be evaluated.
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
QueryLanguage
          A type-safe enumeration for RDF query languages.
 

Classes in org.openrdf.query used by org.openrdf.query.resultio
GraphQueryResult
          A representation of a query result as a sequence of Statement objects.
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.
 

Classes in org.openrdf.query used by org.openrdf.query.resultio.binary
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
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.openrdf.query used by org.openrdf.query.resultio.sparqljson
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
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.openrdf.query used by org.openrdf.query.resultio.sparqlxml
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
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.openrdf.query used by org.openrdf.repository
BooleanQuery
           
GraphQuery
           
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
Query
          A query on a Repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryLanguage
          A type-safe enumeration for RDF query languages.
TupleQuery
           
 

Classes in org.openrdf.query used by org.openrdf.repository.base
BooleanQuery
           
GraphQuery
           
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
Query
          A query on a Repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryLanguage
          A type-safe enumeration for RDF query languages.
TupleQuery
           
 

Classes in org.openrdf.query used by org.openrdf.repository.contextaware
BooleanQuery
           
GraphQuery
           
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
Query
          A query on a Repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryLanguage
          A type-safe enumeration for RDF query languages.
TupleQuery
           
 

Classes in org.openrdf.query used by org.openrdf.repository.contextaware.config
QueryLanguage
          A type-safe enumeration for RDF query languages.
 

Classes in org.openrdf.query used by org.openrdf.repository.dataset
BooleanQuery
           
GraphQuery
           
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
Query
          A query on a Repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryLanguage
          A type-safe enumeration for RDF query languages.
TupleQuery
           
 

Classes in org.openrdf.query used by org.openrdf.repository.http
Binding
          A named value binding.
BooleanQuery
           
GraphQuery
           
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.
Query
          A query on a 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.
TupleQuery
           
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.
 

Classes in org.openrdf.query used by org.openrdf.repository.sail
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
BooleanQuery
           
Dataset
          Represents a dataset against which queries can be evaluated.
GraphQuery
           
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.
Query
          A query on a 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.
TupleQuery
           
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.
 

Classes in org.openrdf.query used by org.openrdf.sail
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.helpers
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.inferencer
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.memory
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.nativerdf
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms.evaluation
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms.exceptions
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms.iteration
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.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms.optimizers
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
 

Classes in org.openrdf.query used by org.openrdf.sail.rdbms.postgresql
BindingSet
          A BindingSet is a set of named value bindings, which is used a.o.
Dataset
          Represents a dataset against which queries can be evaluated.
 

Classes in org.openrdf.query used by org.openrdf.workbench.commands
MalformedQueryException
          An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
QueryEvaluationException
          An exception indicating that the evaluation of a query failed.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.