Uses of Package
com.hp.hpl.jena.query

Packages that use com.hp.hpl.jena.query
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.query.larq   
com.hp.hpl.jena.sparql   
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.algebra.op   
com.hp.hpl.jena.sparql.algebra.table   
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.engine   
com.hp.hpl.jena.sparql.engine.binding   
com.hp.hpl.jena.sparql.engine.http   
com.hp.hpl.jena.sparql.engine.iterator   
com.hp.hpl.jena.sparql.engine.main   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.expr   
com.hp.hpl.jena.sparql.lang   
com.hp.hpl.jena.sparql.lang.rdql   
com.hp.hpl.jena.sparql.lib   
com.hp.hpl.jena.sparql.mgt   
com.hp.hpl.jena.sparql.modify   
com.hp.hpl.jena.sparql.resultset   
com.hp.hpl.jena.sparql.serializer   
com.hp.hpl.jena.sparql.sse   
com.hp.hpl.jena.sparql.sse.builders   
com.hp.hpl.jena.sparql.syntax   
com.hp.hpl.jena.sparql.util   
com.hp.hpl.jena.update   
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.query
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
DataSource
          A DataSource is a Dataset that has modification operations.
LabelExistsException
          LabelExists in a named composite data source
Query
          The data structure for a query as presented externally.
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryExecException
          QueryExecException indicates a condition encountered during query evaluation.
QueryExecution
          A interface for a single execution of a query.
QueryFatalException
          QueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).
QuerySolution
          A single answer from a SELECT query.
QuerySolutionMap
          Implementation of QuerySolution that is backed by an in-memory map.
QueryVisitor
          Query visitor pattern
ResultSet
          Results from a query in a table-like manner for SELECT queries.
ResultSetRewindable
           
SortCondition
           
Syntax
          Symbols for query language syntaxes
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.query.larq
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryFatalException
          QueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryFatalException
          QueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.algebra
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
Query
          The data structure for a query as presented externally.
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.algebra.op
SortCondition
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.algebra.table
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.core
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
DataSource
          A DataSource is a Dataset that has modification operations.
LabelExistsException
          LabelExists in a named composite data source
Query
          The data structure for a query as presented externally.
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QuerySolution
          A single answer from a SELECT query.
QueryVisitor
          Query visitor pattern
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
Query
          The data structure for a query as presented externally.
QueryExecution
          A interface for a single execution of a query.
QuerySolution
          A single answer from a SELECT query.
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine.binding
QuerySolution
          A single answer from a SELECT query.
SortCondition
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine.http
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
Query
          The data structure for a query as presented externally.
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryExecution
          A interface for a single execution of a query.
QuerySolution
          A single answer from a SELECT query.
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine.iterator
ResultSet
          Results from a query in a table-like manner for SELECT queries.
SortCondition
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine.main
Query
          The data structure for a query as presented externally.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.engine.ref
SortCondition
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.expr
Query
          The data structure for a query as presented externally.
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.lang
Query
          The data structure for a query as presented externally.
QueryParseException
          QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.
Syntax
          Symbols for query language syntaxes
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.lang.rdql
Query
          The data structure for a query as presented externally.
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.lib
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.mgt
Query
          The data structure for a query as presented externally.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.modify
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
QuerySolution
          A single answer from a SELECT query.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.resultset
QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QuerySolution
          A single answer from a SELECT query.
ResultSet
          Results from a query in a table-like manner for SELECT queries.
SortCondition
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.serializer
Query
          The data structure for a query as presented externally.
QueryVisitor
          Query visitor pattern
Syntax
          Symbols for query language syntaxes
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.sse
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.sse.builders
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.syntax
Query
          The data structure for a query as presented externally.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.util
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
DataSource
          A DataSource is a Dataset that has modification operations.
Query
          The data structure for a query as presented externally.
QueryExecution
          A interface for a single execution of a query.
ResultSet
          Results from a query in a table-like manner for SELECT queries.
Syntax
          Symbols for query language syntaxes
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.update
Dataset
          Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
QuerySolution
          A single answer from a SELECT query.
Syntax
          Symbols for query language syntaxes
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.