Skip navigation links
A B C D E F G H I L M N O P Q R S T U V 

A

AbstractOperation - Class in org.openrdf.query.impl
Abstract super class of all operation types.
AbstractOperation() - Constructor for class org.openrdf.query.impl.AbstractOperation
Creates a new operation object.
AbstractQuery - Class in org.openrdf.query.impl
Abstract super class of all query types.
AbstractQuery() - Constructor for class org.openrdf.query.impl.AbstractQuery
Creates a new query object.
AbstractUpdate - Class in org.openrdf.query.impl
Abstract super class of all update types.
AbstractUpdate() - Constructor for class org.openrdf.query.impl.AbstractUpdate
Creates a new query object.
addBinding(String, Value) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.openrdf.query.impl.MapBindingSet
Adds a binding to the binding set.
addDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default graph URIs.
addDefaultRemoveGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of default remove graph URIs.
addNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Adds a graph URI to the set of named graph URIs.
afterLast() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the end of the query result, just after the last binding set.
append(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
asModel(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Get a Model containing all elements obtained from the specified query result.

B

beforeFirst() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Moves the cursor to the start of the query result, just before the first binding set.
Binding - Interface in org.openrdf.query
A named value binding.
BINDING - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BindingImpl - Class in org.openrdf.query.impl
An implementation of the Binding interface.
BindingImpl(String, Value) - Constructor for class org.openrdf.query.impl.BindingImpl
Creates a binding object with the supplied name and value.
bindings - Variable in class org.openrdf.query.impl.AbstractOperation
 
BindingSet - Interface in org.openrdf.query
A BindingSet is a set of named value bindings, which is used a.o.
bindingSetsCompatible(BindingSet, BindingSet) - Static method in class org.openrdf.query.QueryResults
Check whether two BindingSets are compatible.
BOOLEAN - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
BooleanQuery - Interface in org.openrdf.query
 
BooleanQueryResultHandler - Interface in org.openrdf.query
An interface that indicates that this QueryResultHandler is capable of handling boolean results using the QueryResultHandler.handleBoolean(boolean) method.
BooleanQueryResultHandlerException - Exception in org.openrdf.query
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
BooleanQueryResultHandlerException(String) - Constructor for exception org.openrdf.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException.
BooleanQueryResultHandlerException(Throwable) - Constructor for exception org.openrdf.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.
BooleanQueryResultHandlerException(String, Throwable) - Constructor for exception org.openrdf.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.

C

clear() - Method in class org.openrdf.query.impl.DatasetImpl
Removes all graph URIs (both default and named) from this dataset.
clear() - Method in class org.openrdf.query.impl.MapBindingSet
Removes all bindings from the binding set.
clear() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
clearBindings() - Method in class org.openrdf.query.impl.AbstractOperation
 
clearBindings() - Method in interface org.openrdf.query.Operation
Removes all previously set bindings.
clone() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
close() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

D

Dataset - Interface in org.openrdf.query
Represents a dataset against which operations can be evaluated.
dataset - Variable in class org.openrdf.query.impl.AbstractOperation
 
DatasetImpl - Class in org.openrdf.query.impl
 
DatasetImpl() - Constructor for class org.openrdf.query.impl.DatasetImpl
 
DAWGTestBooleanParser - Class in org.openrdf.query.dawg
 
DAWGTestBooleanParser() - Constructor for class org.openrdf.query.dawg.DAWGTestBooleanParser
 
DAWGTestResultSetParseException - Exception in org.openrdf.query.dawg
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an incompatible or incomplete graph.
DAWGTestResultSetParseException(String) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.
DAWGTestResultSetParseException(Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(String, Throwable) - Constructor for exception org.openrdf.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParser - Class in org.openrdf.query.dawg
 
DAWGTestResultSetParser(TupleQueryResultHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetParser
 
DAWGTestResultSetSchema - Class in org.openrdf.query.dawg
 
DAWGTestResultSetSchema() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
DAWGTestResultSetUtil - Class in org.openrdf.query.dawg
 
DAWGTestResultSetUtil() - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
DAWGTestResultSetWriter - Class in org.openrdf.query.dawg
A TupleQueryResultHandler that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
DAWGTestResultSetWriter(RDFHandler) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
DAWGTestResultSetWriter(RDFHandler, ValueFactory) - Constructor for class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
distinctResults(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Returns a GraphQueryResult that filters out any duplicate solutions from the supplied queryResult.
distinctResults(TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
Returns a TupleQueryResult that filters out any duplicate solutions from the supplied queryResult.

E

EmptyBindingSet - Class in org.openrdf.query.impl
An immutable empty BindingSet.
EmptyBindingSet() - Constructor for class org.openrdf.query.impl.EmptyBindingSet
 
endQueryResult() - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
endQueryResult() - Method in interface org.openrdf.query.QueryResultHandler
Indicates the end of a sequence of solutions.
endQueryResult() - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
endRDF() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
endRDF() - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 
equals(Object) - Method in interface org.openrdf.query.Binding
Compares a binding object to another object.
equals(Object) - Method in interface org.openrdf.query.BindingSet
Compares a BindingSet object to another object.
equals(Object) - Method in class org.openrdf.query.impl.BindingImpl
 
equals(Object) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
equals(Object) - Method in class org.openrdf.query.impl.ListBindingSet
 
equals(Object) - Method in class org.openrdf.query.impl.MapBindingSet
 
equals(Object) - Method in class org.openrdf.query.QueryLanguage
 
equals(TupleQueryResult, TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
Compares the two query results by converting them to graphs and returns true if they are equal.
equals(GraphQueryResult, GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
 
evaluate() - Method in interface org.openrdf.query.BooleanQuery
 
evaluate() - Method in interface org.openrdf.query.GraphQuery
 
evaluate(RDFHandler) - Method in interface org.openrdf.query.GraphQuery
 
evaluate() - Method in interface org.openrdf.query.TupleQuery
 
evaluate(TupleQueryResultHandler) - Method in interface org.openrdf.query.TupleQuery
 
execute() - Method in interface org.openrdf.query.Update
Execute this update on the repository.

F

fallback(Dataset, Dataset) - Static method in class org.openrdf.query.impl.FallbackDataset
 
FallbackDataset - Class in org.openrdf.query.impl
 
FALSE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 

G

get(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getBinding(String) - Method in interface org.openrdf.query.BindingSet
Gets the binding with the specified name from this BindingSet.
getBinding(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getBinding(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
getBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
getBindingNames() - Method in interface org.openrdf.query.BindingSet
Gets the names of the bindings in this BindingSet.
getBindingNames() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.ListBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.MapBindingSet
 
getBindingNames() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getBindingNames() - Method in class org.openrdf.query.impl.TupleQueryResultImpl
 
getBindingNames() - Method in interface org.openrdf.query.TupleQueryResult
Gets the names of the bindings, in order of projection.
getBindings() - Method in class org.openrdf.query.impl.AbstractOperation
 
getBindings() - Method in interface org.openrdf.query.Operation
Retrieves the bindings that have been set on this operation.
getDataset() - Method in class org.openrdf.query.impl.AbstractOperation
 
getDataset() - Method in interface org.openrdf.query.Operation
Gets the dataset that has been set using Operation.setDataset(Dataset), if any.
getDefaultGraphs() - Method in interface org.openrdf.query.Dataset
Gets the default graph URIs of this dataset.
getDefaultGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getDefaultInsertGraph() - Method in interface org.openrdf.query.Dataset
Gets the default insert graph URI of this dataset.
getDefaultInsertGraph() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultInsertGraph() - Method in class org.openrdf.query.impl.FallbackDataset
 
getDefaultRemoveGraphs() - Method in interface org.openrdf.query.Dataset
Gets the default remove graph URIs of this dataset.
getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
 
getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getIncludeInferred() - Method in class org.openrdf.query.impl.AbstractOperation
 
getIncludeInferred() - Method in interface org.openrdf.query.Operation
Returns whether or not this operation will return inferred statements (if any are present in the repository).
getIndex() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
getInstance() - Static method in class org.openrdf.query.impl.EmptyBindingSet
 
getMaxExecutionTime() - Method in class org.openrdf.query.impl.AbstractOperation
 
getMaxExecutionTime() - Method in interface org.openrdf.query.Operation
Returns the maximum operation execution time.
getMaxQueryTime() - Method in class org.openrdf.query.impl.AbstractQuery
Deprecated.
getMaxQueryTime() - Method in interface org.openrdf.query.Query
Deprecated.
since 2.8.0. Use Operation.getMaxExecutionTime() instead.
getName() - Method in interface org.openrdf.query.Binding
Gets the name of the binding (e.g.
getName() - Method in class org.openrdf.query.impl.BindingImpl
 
getName() - Method in class org.openrdf.query.QueryLanguage
Gets the name of this query language.
getNamedGraphs() - Method in interface org.openrdf.query.Dataset
Gets the named graph URIs of this dataset.
getNamedGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
Gets the (unmodifiable) set of named graph URIs.
getNamedGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
 
getNamespaces() - Method in interface org.openrdf.query.GraphQueryResult
Retrieves relevant namespaces from the query result.
getNamespaces() - Method in class org.openrdf.query.impl.GraphQueryResultImpl
 
getQueryResult() - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
getValue() - Method in interface org.openrdf.query.Binding
Gets the value of the binding.
getValue(String) - Method in interface org.openrdf.query.BindingSet
Gets the value of the binding with the specified name from this BindingSet.
getValue() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
getValue() - Method in class org.openrdf.query.impl.BindingImpl
 
getValue(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
getValue(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
getValue(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
GraphQuery - Interface in org.openrdf.query
 
GraphQueryResult - Interface in org.openrdf.query
A representation of a query result as a sequence of Statement objects.
GraphQueryResultImpl - Class in org.openrdf.query.impl
An utility implementation of the GraphQueryResult interface.
GraphQueryResultImpl(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 
GraphQueryResultImpl(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 
GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
 

H

handleBoolean(boolean) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
handleBoolean(boolean) - Method in interface org.openrdf.query.QueryResultHandler
Handles the specified boolean value.
handleBoolean(boolean) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
handleLinks(List<String>) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
handleLinks(List<String>) - Method in interface org.openrdf.query.QueryResultHandler
Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header.
handleLinks(List<String>) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
handleSolution(BindingSet) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
handleSolution(BindingSet) - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
handleSolution(BindingSet) - Method in interface org.openrdf.query.QueryResultHandler
Handles a solution.
handleSolution(BindingSet) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
handleStatement(Statement) - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
handleStatement(Statement) - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 
hasBinding(String) - Method in interface org.openrdf.query.BindingSet
Checks whether this BindingSet has a binding with the specified name.
hasBinding(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
 
hasBinding(String) - Method in class org.openrdf.query.impl.ListBindingSet
 
hasBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
 
hashCode() - Method in interface org.openrdf.query.Binding
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its name and value:
hashCode() - Method in interface org.openrdf.query.BindingSet
The hash code of a binding is defined as the bit-wise XOR of the hash codes of its bindings:
hashCode() - Method in class org.openrdf.query.impl.BindingImpl
 
hashCode() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
hashCode() - Method in class org.openrdf.query.impl.ListBindingSet
 
hashCode() - Method in class org.openrdf.query.impl.MapBindingSet
 
hashCode() - Method in class org.openrdf.query.QueryLanguage
 
hasName(String) - Method in class org.openrdf.query.QueryLanguage
 
hasNext() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
hasPrevious() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

I

includeInferred - Variable in class org.openrdf.query.impl.AbstractOperation
 
IncompatibleOperationException - Exception in org.openrdf.query
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.
IncompatibleOperationException() - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(String) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(Throwable) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
IncompatibleOperationException(String, Throwable) - Constructor for exception org.openrdf.query.IncompatibleOperationException
 
insert(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
Inserts the specified binding set into the list.
insert(int, BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
isSubset(TupleQueryResult, TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
 
iterator() - Method in interface org.openrdf.query.BindingSet
Creates an iterator over the bindings in this BindingSet.
iterator() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
iterator() - Method in class org.openrdf.query.impl.ListBindingSet
 
iterator() - Method in class org.openrdf.query.impl.MapBindingSet
 

L

ListBindingSet - Class in org.openrdf.query.impl
A List-based implementation of the BindingSet interface.
ListBindingSet(List<String>, Value...) - Constructor for class org.openrdf.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
ListBindingSet(List<String>, List<? extends Value>) - Constructor for class org.openrdf.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.

M

MalformedQueryException - Exception in org.openrdf.query
An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.
MalformedQueryException() - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(String) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(Throwable) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MalformedQueryException(String, Throwable) - Constructor for exception org.openrdf.query.MalformedQueryException
 
MapBindingSet - Class in org.openrdf.query.impl
A Map-based implementation of the BindingSet interface.
MapBindingSet() - Constructor for class org.openrdf.query.impl.MapBindingSet
 
MapBindingSet(int) - Constructor for class org.openrdf.query.impl.MapBindingSet
Creates a new Map-based BindingSet with the specified initial capacity.
MutableTupleQueryResult - Class in org.openrdf.query.impl
An implementation of the TupleQueryResult interface that stores the complete query result in memory.
MutableTupleQueryResult(Collection<String>, BindingSet...) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(Collection<String>, Collection<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
Creates a query result table with the supplied binding names.
MutableTupleQueryResult(Collection<String>, Iteration<? extends BindingSet, E>) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(TupleQueryResult) - Constructor for class org.openrdf.query.impl.MutableTupleQueryResult
 

N

NAMESPACE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
next() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

O

Operation - Interface in org.openrdf.query
An operation (e.g.
org.openrdf.query - package org.openrdf.query
Interfaces and classes for handling queries and query results.
org.openrdf.query.dawg - package 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 - package org.openrdf.query.impl
 

P

previous() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 

Q

Query - Interface in org.openrdf.query
A query on a repository that can be formulated in one of the supported query languages (for example SeRQL or SPARQL).
QueryEvaluationException - Exception in org.openrdf.query
An exception indicating that the evaluation of a query failed.
QueryEvaluationException() - Constructor for exception org.openrdf.query.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException.
QueryEvaluationException(Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(String, Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryInterruptedException - Exception in org.openrdf.query
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.
QueryInterruptedException() - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(String) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(String, Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryInterruptedException(Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
 
QueryLanguage - Class in org.openrdf.query
A type-safe enumeration for RDF query languages such as QueryLanguage.SPARQL and SeRQL.
QueryLanguage(String) - Constructor for class org.openrdf.query.QueryLanguage
Creates a new QueryLanguage object.
QueryResult<T> - Interface in org.openrdf.query
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).
QueryResultHandler - Interface in org.openrdf.query
The super class of all handlers for processing query results.
QueryResultHandlerException - Exception in org.openrdf.query
The super class of exceptions originating from QueryResultHandler implementations.
QueryResultHandlerException(String) - Constructor for exception org.openrdf.query.QueryResultHandlerException
Creates a new QueryResultHandlerException.
QueryResultHandlerException(Throwable) - Constructor for exception org.openrdf.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResultHandlerException(String, Throwable) - Constructor for exception org.openrdf.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResults - Class in org.openrdf.query
Utility methods related to query results.
QueryResults() - Constructor for class org.openrdf.query.QueryResults
 
QueryResultUtil - Class in org.openrdf.query
Deprecated.
since 2.7.0. Use QueryResults instead.
QueryResultUtil() - Constructor for class org.openrdf.query.QueryResultUtil
Deprecated.
 

R

register(String) - Static method in class org.openrdf.query.QueryLanguage
Registers the specified query language.
register(QueryLanguage) - Static method in class org.openrdf.query.QueryLanguage
Registers the specified query language.
remove() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
remove(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
removeBinding(String) - Method in class org.openrdf.query.impl.AbstractOperation
 
removeBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
Removes a binding from the binding set.
removeBinding(String) - Method in interface org.openrdf.query.Operation
Removes a previously set binding on the supplied variable.
removeDefaultGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of default graph URIs.
removeDefaultRemoveGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of default remove graph URIs.
removeNamedGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
Removes a graph URI from the set of named graph URIs.
report(TupleQueryResult, QueryResultHandler) - Static method in class org.openrdf.query.QueryResults
Reports a tuple query result to a TupleQueryResultHandler.
report(GraphQueryResult, RDFHandler) - Static method in class org.openrdf.query.QueryResults
Reports a graph query result to an RDFHandler.
RESULTSET - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
RESULTVARIABLE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 

S

SERQL - Static variable in class org.openrdf.query.QueryLanguage
SeRQL (Sesame RDF Query Language) is a Sesame-specific query language for RDF, which predates SPARQL.
SERQO - Static variable in class org.openrdf.query.QueryLanguage
 
set(BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
set(int, BindingSet) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
setBinding(String, Value) - Method in class org.openrdf.query.impl.AbstractOperation
 
setBinding(String, Value) - Method in interface org.openrdf.query.Operation
Binds the specified variable to the supplied value.
setDataset(Dataset) - Method in class org.openrdf.query.impl.AbstractOperation
 
setDataset(Dataset) - Method in interface org.openrdf.query.Operation
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself.
setDefaultInsertGraph(URI) - Method in class org.openrdf.query.impl.DatasetImpl
 
setIncludeInferred(boolean) - Method in class org.openrdf.query.impl.AbstractOperation
 
setIncludeInferred(boolean) - Method in interface org.openrdf.query.Operation
Determine whether evaluation results of this operation should include inferred statements (if any inferred statements are present in the repository).
setIndex(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
setMaxExecutionTime(int) - Method in class org.openrdf.query.impl.AbstractOperation
 
setMaxExecutionTime(int) - Method in interface org.openrdf.query.Operation
Specifies the maximum time that an operation is allowed to run.
setMaxQueryTime(int) - Method in class org.openrdf.query.impl.AbstractQuery
Deprecated.
setMaxQueryTime(int) - Method in interface org.openrdf.query.Query
Deprecated.
since 2.8.0. Use Operation.setMaxExecutionTime(int) instead.
singleResult(GraphQueryResult) - Static method in class org.openrdf.query.QueryResults
Returns a single element from the query result.
singleResult(TupleQueryResult) - Static method in class org.openrdf.query.QueryResults
Returns a single element from the query result.
size() - Method in interface org.openrdf.query.BindingSet
Returns the number of bindings in this BindingSet.
size() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
size() - Method in class org.openrdf.query.impl.ListBindingSet
 
size() - Method in class org.openrdf.query.impl.MapBindingSet
 
size() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
 
SOLUTION - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
SPARQL - Static variable in class org.openrdf.query.QueryLanguage
SPARQL (Simple Protocol and RDF Query Language) is a W3C Recommendation for querying and updating RDF data.
startQueryResult(List<String>) - Method in class org.openrdf.query.dawg.DAWGTestResultSetWriter
 
startQueryResult(List<String>) - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
 
startQueryResult(List<String>) - Method in interface org.openrdf.query.QueryResultHandler
Indicates the start of a sequence of Solutions.
startQueryResult(List<String>) - Method in class org.openrdf.query.TupleQueryResultHandlerBase
 
startRDF() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
 
startRDF() - Method in class org.openrdf.query.dawg.DAWGTestResultSetParser
 

T

toBooleanQueryResult(Iterable<? extends Statement>) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
toGraph(TupleQueryResult) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
toString() - Method in class org.openrdf.query.impl.BindingImpl
 
toString() - Method in class org.openrdf.query.impl.DatasetImpl
 
toString() - Method in class org.openrdf.query.impl.EmptyBindingSet
 
toString() - Method in class org.openrdf.query.impl.FallbackDataset
 
toString() - Method in class org.openrdf.query.impl.ListBindingSet
 
toString() - Method in class org.openrdf.query.impl.MapBindingSet
 
toString() - Method in class org.openrdf.query.QueryLanguage
 
toTupleQueryResult(Iterable<? extends Statement>) - Static method in class org.openrdf.query.dawg.DAWGTestResultSetUtil
 
TRUE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
TupleQuery - Interface in org.openrdf.query
 
TupleQueryResult - Interface in org.openrdf.query
A representation of a variable-binding query result as a sequence of BindingSet objects.
TupleQueryResultBuilder - Class in org.openrdf.query.impl
A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
TupleQueryResultBuilder() - Constructor for class org.openrdf.query.impl.TupleQueryResultBuilder
 
TupleQueryResultHandler - Interface in org.openrdf.query
An interface defining methods related to handling sequences of Solutions.
TupleQueryResultHandlerBase - Class in org.openrdf.query
Base class for TupleQueryResultHandlers with dummy implementations of all methods.
TupleQueryResultHandlerBase() - Constructor for class org.openrdf.query.TupleQueryResultHandlerBase
 
TupleQueryResultHandlerException - Exception in org.openrdf.query
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
TupleQueryResultHandlerException(String) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException.
TupleQueryResultHandlerException(Throwable) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultHandlerException(String, Throwable) - Constructor for exception org.openrdf.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultImpl - Class in org.openrdf.query.impl
A generic implementation of the TupleQueryResult interface.
TupleQueryResultImpl(List<String>, Iterable<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
Creates a query result object with the supplied binding names.
TupleQueryResultImpl(List<String>, Iterator<? extends BindingSet>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
 
TupleQueryResultImpl(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.openrdf.query.impl.TupleQueryResultImpl
Creates a query result object with the supplied binding names.

U

UnsupportedQueryLanguageException - Exception in org.openrdf.query
A RuntimeException indicating that a specific query language is not supported.
UnsupportedQueryLanguageException(String) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(Throwable) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(String, Throwable) - Constructor for exception org.openrdf.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException wrapping another exception.
Update - Interface in org.openrdf.query
An update operation on a repository that can be formulated in one of the supported query languages (for example SPARQL).
UpdateExecutionException - Exception in org.openrdf.query
An exception indicating that the execution of an update failed.
UpdateExecutionException() - Constructor for exception org.openrdf.query.UpdateExecutionException
 
UpdateExecutionException(String) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException.
UpdateExecutionException(Throwable) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(String, Throwable) - Constructor for exception org.openrdf.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.

V

VALUE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
valueOf(String) - Static method in class org.openrdf.query.QueryLanguage
Returns the query language whose name matches the specified name.
values() - Static method in class org.openrdf.query.QueryLanguage
Returns all known/registered query languages.
VARIABLE - Static variable in class org.openrdf.query.dawg.DAWGTestResultSetSchema
 
A B C D E F G H I L M N O P Q R S T U V 
Skip navigation links

Copyright © 2001-2015 Aduna. All Rights Reserved.