A B C D E F G H I L M N O P Q R S T V W

A

abort() - Method in interface com.hp.hpl.jena.query.QueryExecution
Stop in mid execution.
addDescribeNode(Node) - Method in class com.hp.hpl.jena.query.Query
 
addGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Location of the source for the data.
addNamedGraphURI(String) - Method in class com.hp.hpl.jena.query.Query
Location of the source for the data.
addNamedModel(String, Model) - Method in interface com.hp.hpl.jena.query.DataSource
Set a named graph.
addOrderBy(SortCondition) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(Expr, int) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(Node, int) - Method in class com.hp.hpl.jena.query.Query
 
addOrderBy(String, int) - Method in class com.hp.hpl.jena.query.Query
 
addResultURIs(Node) - Method in class com.hp.hpl.jena.query.Query
Add a result for a DESCRIBE query
addResultVar(String) - Method in class com.hp.hpl.jena.query.Query
Add a projection variable to a SELECT query
addResultVar(Node) - Method in class com.hp.hpl.jena.query.Query
 
anonVarMarker - Static variable in class com.hp.hpl.jena.query.Constants
Marker for generated variables (e.g. bNodes in query patterns)
ARQ - Class in com.hp.hpl.jena.query
ARQ - miscellaneous settings
ARQ() - Constructor for class com.hp.hpl.jena.query.ARQ
 
arqNS - Static variable in class com.hp.hpl.jena.query.ARQ
Root of ARQ-defined parameter names
ASCENDING - Static variable in class com.hp.hpl.jena.query.Query
 
asRDF(Model, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode the result set as RDF in the model provided.
asXMLString(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
 

B

BUILD_DATE - Static variable in class com.hp.hpl.jena.query.ARQ
The date and time at which this release was built

C

close() - Method in interface com.hp.hpl.jena.query.QueryExecution
Close the query execution and stop query evaluation as soon as convenient.
com.hp.hpl.jena.query - package com.hp.hpl.jena.query
ARQ - A query engine for Jena, implementing SPARQL.
constantBNodeLabels - Static variable in class com.hp.hpl.jena.query.ARQ
Allow constant bNode labels as <_:...
Constants - Class in com.hp.hpl.jena.query
 
Constants() - Constructor for class com.hp.hpl.jena.query.Constants
 
consume(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
This operation faithfully walks the results but does nothing with them.
contains(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return true if the named variable is in this binding
containsNamedModel(String) - Method in interface com.hp.hpl.jena.query.Dataset
Does the dataset contain a model with the name supplied?
copyResults(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Take a copy of a result set - the result set returns is an in-memory copy.
create() - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a Dataset
create(List) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container of untrusted graphs based on a list of URIs.
create(List, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container of untrusted graphs based on a list of URIs.
create(List, List) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container based on two list of URIs.
create(List, List, FileManager, String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container based on two list of URIs.
create(Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution
create(Query, Dataset) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Dataset.
create(Query, FileManager) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution : the file manager will be used to load URIs in the query decription.
create(Query, Model) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model.
create(Query, Model, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution to execute over the Model, given some initial values of variables.
create(Query, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution given some initial values of variables.
create(Query, Dataset, QuerySolution) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
Create a QueryExecution over a Dataset given some initial values of variables.
create(String, Query) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
create(String, Query, String) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
create(String, Query, List, List) - Static method in class com.hp.hpl.jena.query.QueryExecutionFactory
 
create(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a SPARQL query from the given string by calling the parser.
create(String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string by calling the parser.
create(String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Create a query from the given string by calling the parser.
createDatasetGraph(List, List, FileManager, String) - Static method in class com.hp.hpl.jena.query.DatasetFactory
 
createNamed(List, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a named graph container of graphs based on a list of URIs.

D

DataFormat - Class in com.hp.hpl.jena.query
 
Dataset - Interface in com.hp.hpl.jena.query
Query is over a Dataset, a collection of named graphs and a background graph (also called the default graph or unnamed graph).
DatasetFactory - Class in com.hp.hpl.jena.query
Make DataSources in various ways
DatasetFactory() - Constructor for class com.hp.hpl.jena.query.DatasetFactory
 
DataSource - Interface in com.hp.hpl.jena.query
A DataSource is a Dataset that has modification operations.
dataSyntaxNames - Static variable in class com.hp.hpl.jena.query.DataFormat
 
defaultSyntax - Static variable in class com.hp.hpl.jena.query.Syntax
The name of the default query language for query parsing.
DESCENDING - Static variable in class com.hp.hpl.jena.query.Query
 
direction - Variable in class com.hp.hpl.jena.query.SortCondition
 

E

enableRegexConstraintsOpt - Static variable in class com.hp.hpl.jena.query.ARQ
Enable/disable pushing a single regex filter into the preceeding basic block.
equals(Object) - Method in class com.hp.hpl.jena.query.Query
Are two queries equals - tests shape and details.
equals(Object) - Method in class com.hp.hpl.jena.query.SortCondition
 
execAsk() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute an ASK query
execConstruct() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a CONSTRUCT query
execDescribe() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a DESCRIBE query
execSelect() - Method in interface com.hp.hpl.jena.query.QueryExecution
Execute a SELECT query
expandQName(String) - Method in class com.hp.hpl.jena.query.Query
Expand QName
explicitlySetBaseURI() - Method in class com.hp.hpl.jena.query.Query
 
expression - Variable in class com.hp.hpl.jena.query.SortCondition
 

F

finishVisit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
format(ExprVisitor, IndentedWriter) - Method in class com.hp.hpl.jena.query.SortCondition
 
fromRDF(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set.
fromXML(InputStream) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Read XML which is the format of the SPARQL result set format.

G

get(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding.
getBaseURI() - Method in class com.hp.hpl.jena.query.Query
 
getConstructTemplate() - Method in class com.hp.hpl.jena.query.Query
Get the template pattern for a construct query
getContext() - Static method in class com.hp.hpl.jena.query.ARQ
 
getContext() - Method in interface com.hp.hpl.jena.query.QueryExecution
The properties associated with a query execution - implementation specific parameters This includes Java objects (so it is not an RDF graph).
getDefaultModel() - Method in interface com.hp.hpl.jena.query.Dataset
Get the default graph as a Jena Model
getDirection() - Method in class com.hp.hpl.jena.query.SortCondition
 
getExpression() - Method in class com.hp.hpl.jena.query.SortCondition
 
getGlobalPrefixMap() - Static method in class com.hp.hpl.jena.query.Constants
 
getGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the unnamed graph
getLimit() - Method in class com.hp.hpl.jena.query.Query
 
getLiteral(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding, casting to a Literal.
getLock() - Method in interface com.hp.hpl.jena.query.Dataset
Get the lock for this dataset
getNamedGraphURIs() - Method in class com.hp.hpl.jena.query.Query
Return the list of URIs (strings) for the named graphs
getNamedModel(String) - Method in interface com.hp.hpl.jena.query.Dataset
Get a graph by name as a Jena Model
getOffset() - Method in class com.hp.hpl.jena.query.Query
 
getOrderBy() - Method in class com.hp.hpl.jena.query.Query
 
getPrefix(String) - Method in class com.hp.hpl.jena.query.Query
Lookup a prefix for this query, including the default prefixes
getPrefixMap() - Method in class com.hp.hpl.jena.query.Query
Deprecated. Use getPrefixMapping
getPrefixMapping() - Method in class com.hp.hpl.jena.query.Query
Return the prefix map from the parsed query
getQueryBlock() - Method in class com.hp.hpl.jena.query.Query
 
getQueryType() - Method in class com.hp.hpl.jena.query.Query
 
getResource(String) - Method in interface com.hp.hpl.jena.query.QuerySolution
Return the value of the named variable in this binding, casting to a Resource.
getResultURIs() - Method in class com.hp.hpl.jena.query.Query
Get the result list (things wanted - not the results themselves) of a DESCRIBE query.
getResultVars() - Method in class com.hp.hpl.jena.query.Query
Return a list of the variables requested (SELECT)
getResultVars() - Method in interface com.hp.hpl.jena.query.ResultSet
Get the variable names for the projection
getRowNumber() - Method in interface com.hp.hpl.jena.query.ResultSet
Return the "row" number for the current iterator item
getSyntax() - Method in class com.hp.hpl.jena.query.Query
 
getVariable() - Method in class com.hp.hpl.jena.query.SortCondition
 
guessQueryFileSyntax(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
guessQueryFileSyntax(String, Syntax) - Static method in class com.hp.hpl.jena.query.Syntax
 

H

hasDatasetDescription() - Method in class com.hp.hpl.jena.query.Query
Return true if the query has either some graph URIs or some named graph URIs in its description.
hashCode() - Method in class com.hp.hpl.jena.query.Query
 
hashCode() - Method in class com.hp.hpl.jena.query.SortCondition
 
hasLimit() - Method in class com.hp.hpl.jena.query.Query
 
hasNext() - Method in interface com.hp.hpl.jena.query.ResultSet
Is there another possibility?
hasOffset() - Method in class com.hp.hpl.jena.query.Query
 
hasOrderBy() - Method in class com.hp.hpl.jena.query.Query
 

I

init() - Static method in class com.hp.hpl.jena.query.ARQ
Ensure things have started
isAskType() - Method in class com.hp.hpl.jena.query.Query
 
isConstructType() - Method in class com.hp.hpl.jena.query.Query
 
isDescribeType() - Method in class com.hp.hpl.jena.query.Query
 
isDistinct() - Method in class com.hp.hpl.jena.query.Query
 
isDistinct() - Method in interface com.hp.hpl.jena.query.ResultSet
Is this ResultSet known to be distinct?
isOrdered() - Method in interface com.hp.hpl.jena.query.ResultSet
Is this ResultSet known to be ordered?
isQueryResultStar() - Method in class com.hp.hpl.jena.query.Query
Answer whether the query had SELECT/DESCRIBE/CONSTRUCT *
isSelectType() - Method in class com.hp.hpl.jena.query.Query
 
isStrict() - Method in class com.hp.hpl.jena.query.Query
 
isUnknownType() - Method in class com.hp.hpl.jena.query.Query
 

L

LabelExistsException - Exception in com.hp.hpl.jena.query
LabelExists in a named composite data source
LabelExistsException() - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(Throwable) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(String) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
LabelExistsException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.LabelExistsException
 
langN3 - Static variable in class com.hp.hpl.jena.query.DataFormat
 
langNTriples - Static variable in class com.hp.hpl.jena.query.DataFormat
 
langTurtle - Static variable in class com.hp.hpl.jena.query.DataFormat
 
langXML - Static variable in class com.hp.hpl.jena.query.DataFormat
 
langXMLAbbrev - Static variable in class com.hp.hpl.jena.query.DataFormat
 
listNames() - Method in interface com.hp.hpl.jena.query.Dataset
List the names
load(String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set from file or URL into a result set (memory backed).
load(String, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set from file or URL into a result set (memory backed).
loadAsModel(String) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL
loadAsModel(String, ResultSetFormat) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Load a result set (or any other model) from file or URL
lookup(String) - Static method in class com.hp.hpl.jena.query.DataFormat
Short name to proper name (symbol)
lookup(String) - Static method in class com.hp.hpl.jena.query.Syntax
 

M

MAJOR_VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The major version number for this release of ARQ (ie '2' for Jena 2.0)
make(Dataset) - Static method in class com.hp.hpl.jena.query.DatasetFactory
 
make(Dataset, Model) - Static method in class com.hp.hpl.jena.query.DatasetFactory
 
make() - Static method in class com.hp.hpl.jena.query.QueryFactory
Make a query - no parsing done
make(String) - Static method in class com.hp.hpl.jena.query.Syntax
 
makeResults(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set.
makeRewindable(Model) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turns an RDF model, with properties and classses from the result set vocabulary, into a SPARQL result set which is rewindable (has a .reset()operation).
makeRewindable(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Turn an existing result set into a rewindable one.
makeSorted(ResultSet, List) - Static method in class com.hp.hpl.jena.query.ResultSetFactory
Sort an existing result set.
merge(List) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a single, merged graph Dataset from a list of URIs
merge(List, FileManager) - Static method in class com.hp.hpl.jena.query.DatasetFactory
Create a single, merged graph Dataset from a list of URIs
MINOR_VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The minor version number for this release of ARQ (ie '0' for Jena 2.0)

N

NAME - Static variable in class com.hp.hpl.jena.query.ARQ
The product name
next() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result possibility.
nextSolution() - Method in interface com.hp.hpl.jena.query.ResultSet
Moves onto the next result possibility.
NOLIMIT - Static variable in class com.hp.hpl.jena.query.Query
 

O

orderPlanning - Static variable in class com.hp.hpl.jena.query.ARQ
Enable/disable general order optionals (not SPARQL)
out(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, ResultSet, Query) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, ResultSet, PrefixMapping) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output a result set in a text format.
out(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Output an ASK answer
outputAsRDF(OutputStream, String, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
 
outputAsRDF(PrintWriter, String, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
 
outputAsXML(OutputStream, ResultSet, Query) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Deprecated. use outputAsXML(OutputStream, ResultSet)
outputAsXML(OutputStream, ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
 
outputAsXML(OutputStream, boolean) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
 

P

parse(Query, String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Parse a query from the given string by calling the parser.
PATH - Static variable in class com.hp.hpl.jena.query.ARQ
The root package name for ARQ

Q

Query - Class in com.hp.hpl.jena.query
The data structure for a query as presented externally.
Query() - Constructor for class com.hp.hpl.jena.query.Query
Create a blank query.
QueryBuildException - Exception in com.hp.hpl.jena.query
QueryBuildException is exception for all excpetions during query execution construction.
QueryBuildException() - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(String) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryBuildException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryBuildException
 
QueryException - Exception in com.hp.hpl.jena.query
QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
QueryException() - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(String) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryException
 
QueryExecException - Exception in com.hp.hpl.jena.query
QueryExecException indicates a condition encountered during query evaluation.
QueryExecException() - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(String) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryExecException
 
QueryExecution - Interface in com.hp.hpl.jena.query
A interface for a single execution of a query.
QueryExecutionFactory - Class in com.hp.hpl.jena.query
Place that makes QueryExecution objects.
QueryFactory - Class in com.hp.hpl.jena.query
 
QueryFactory() - Constructor for class com.hp.hpl.jena.query.QueryFactory
 
QueryParseException - Exception in com.hp.hpl.jena.query
QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.
QueryParseException() - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(String) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QueryParseException(String, Throwable) - Constructor for exception com.hp.hpl.jena.query.QueryParseException
 
QuerySolution - Interface in com.hp.hpl.jena.query
A single answer from a SELECT query.
querySyntaxNames - Static variable in class com.hp.hpl.jena.query.Syntax
 
QueryTypeAsk - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeConstruct - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeDescribe - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeSelect - Static variable in class com.hp.hpl.jena.query.Query
 
QueryTypeUnknown - Static variable in class com.hp.hpl.jena.query.Query
 
QueryVisitor - Interface in com.hp.hpl.jena.query
Query visitor pattern

R

read(String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a SPARQL query from a file.
read(String, String) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a SPARQL query from a file.
read(String, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a query from a file.
read(String, FileManager, String, Syntax) - Static method in class com.hp.hpl.jena.query.QueryFactory
Read a query from a file.
removeNamedModel(String) - Method in interface com.hp.hpl.jena.query.DataSource
Remove a named graph.
replaceNamedModel(String, Model) - Method in interface com.hp.hpl.jena.query.DataSource
Change a named graph for another uisng the same name
ResultSet - Interface in com.hp.hpl.jena.query
Results from a query in a table-like manner for SELECT queries.
ResultSetFactory - Class in com.hp.hpl.jena.query
ResultSetFactory - make result sets from places other than a query.
ResultSetFactory() - Constructor for class com.hp.hpl.jena.query.ResultSetFactory
 
ResultSetFormatter - Class in com.hp.hpl.jena.query
ResultSetFormatter - Convenience ways to call the various output formatters.
ResultSetFormatter() - Constructor for class com.hp.hpl.jena.query.ResultSetFormatter
 

S

serialize() - Method in class com.hp.hpl.jena.query.Query
 
serialize(OutputStream) - Method in class com.hp.hpl.jena.query.Query
Output the query
serialize(OutputStream, Syntax) - Method in class com.hp.hpl.jena.query.Query
Output the query
serialize(IndentedLineBuffer) - Method in class com.hp.hpl.jena.query.Query
Format the query into the buffer
serialize(IndentedLineBuffer, Syntax) - Method in class com.hp.hpl.jena.query.Query
Format the query
serialize(IndentedWriter) - Method in class com.hp.hpl.jena.query.Query
Format the query
serialize(IndentedWriter, Syntax) - Method in class com.hp.hpl.jena.query.Query
Format the query
setBaseURI(String) - Method in class com.hp.hpl.jena.query.Query
 
setConstructTemplate(Template) - Method in class com.hp.hpl.jena.query.Query
Add a triple patterns for a construct query
setDefaultModel(Model) - Method in interface com.hp.hpl.jena.query.DataSource
Set the background graph.
setDistinct(boolean) - Method in class com.hp.hpl.jena.query.Query
 
setFileManager(FileManager) - Method in interface com.hp.hpl.jena.query.QueryExecution
Set the FileManger that might be used to load files.
setInitialBinding(QuerySolution) - Method in interface com.hp.hpl.jena.query.QueryExecution
Set the initial association of variables and values.
setLimit(long) - Method in class com.hp.hpl.jena.query.Query
 
setOffset(long) - Method in class com.hp.hpl.jena.query.Query
 
setPrefix(String, String) - Method in class com.hp.hpl.jena.query.Query
Set a prefix for this query
setPrefixMapping(PrefixMapping) - Method in class com.hp.hpl.jena.query.Query
Set the mapping
setQueryBlock(ElementBlock) - Method in class com.hp.hpl.jena.query.Query
 
setQueryElement(Element) - Method in class com.hp.hpl.jena.query.Query
 
setQueryResultStar(boolean) - Method in class com.hp.hpl.jena.query.Query
Set whether the query had SELECT/DESCRIBE/CONSTRUCT *
setQueryType(int) - Method in class com.hp.hpl.jena.query.Query
 
setResultVars() - Method in class com.hp.hpl.jena.query.Query
Fix up when the query has "*" (when SELECT * or DESCRIBE *) and for a construct query.
setStrict(boolean) - Method in class com.hp.hpl.jena.query.Query
 
setSyntax(Syntax) - Method in class com.hp.hpl.jena.query.Query
 
shortForm(String) - Method in class com.hp.hpl.jena.query.Query
Use the prefix map to turn a URI into a qname, or return the original URI
SortCondition - Class in com.hp.hpl.jena.query
 
SortCondition(Node, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
SortCondition(Expr, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
SortCondition(String, int) - Constructor for class com.hp.hpl.jena.query.SortCondition
 
startVisit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
Syntax - Class in com.hp.hpl.jena.query
Symbols for query language syntaxes
syntaxAbstract - Static variable in class com.hp.hpl.jena.query.Syntax
Abstract syntax of a query
syntaxARQ - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxDebug - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxN3QL - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxRDQL - Static variable in class com.hp.hpl.jena.query.Syntax
 
syntaxSPARQL - Static variable in class com.hp.hpl.jena.query.Syntax
The syntax that the working group has defined
syntaxSPARQL_X - Static variable in class com.hp.hpl.jena.query.Syntax
SPARQL in XML
systemVarMarker - Static variable in class com.hp.hpl.jena.query.Constants
Marker for system variables in the root binding

T

toModel(ResultSet) - Static method in class com.hp.hpl.jena.query.ResultSetFormatter
Encode the result set as RDF.
toString() - Method in class com.hp.hpl.jena.query.Query
 

V

varCurrentTime - Static variable in class com.hp.hpl.jena.query.Constants
 
variable - Variable in class com.hp.hpl.jena.query.SortCondition
 
varNames() - Method in interface com.hp.hpl.jena.query.QuerySolution
Iterate over the variable names (strings) in this QuerySolution.
VERSION - Static variable in class com.hp.hpl.jena.query.ARQ
The full name of the current ARQ version
VERSION_STATUS - Static variable in class com.hp.hpl.jena.query.ARQ
The version status for this release of ARQ (eg '-beta1' or the empty string)
visit(QueryVisitor) - Method in class com.hp.hpl.jena.query.Query
 
visitAskResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitBase(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitConstructResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitDatasetDecl(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitDescribeResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitLimit(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitOffset(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitOrderBy(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitPrefixes(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitQueryPattern(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 
visitSelectResultForm(Query) - Method in interface com.hp.hpl.jena.query.QueryVisitor
 

W

WEBSITE - Static variable in class com.hp.hpl.jena.query.ARQ
The ARQ web site : see also http://jena.sourceforge.net

A B C D E F G H I L M N O P Q R S T V W

Copyright © 2004, 2005 Hewlett-Packard Development Company, LP