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

Packages that use com.hp.hpl.jena.query
arq.cmdline   
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.core   
com.hp.hpl.jena.sparql.resultset   
com.hp.hpl.jena.update   
 

Classes in com.hp.hpl.jena.query used by arq.cmdline
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.
Syntax
          Symbols for query language syntaxes
 

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.
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
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.core
QuerySolution
          A single answer from a SELECT query.
 

Classes in com.hp.hpl.jena.query used by com.hp.hpl.jena.sparql.resultset
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.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.
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP