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.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.core.assembler   
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.graph   
com.hp.hpl.jena.sparql.lang   
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   
org.openjena.riot.web   
 

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
          Deprecated. Use Dataset, which now has the operations for add/remove of named models.
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
ReadWrite
           
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.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
          Deprecated. Use Dataset, which now has the operations for add/remove of named models.
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
ReadWrite
           
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.core.assembler
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.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.graph
SortCondition
           
 

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.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).
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
 

Classes in com.hp.hpl.jena.query used by org.openjena.riot.web
ResultSet
          Results from a query in a table-like manner for SELECT queries.
 



Licenced under the Apache License, Version 2.0