A B C D E F G H I L M N O P Q R S T U V 
All Classes All Packages

A

AbstractBindingSet - Class in org.eclipse.rdf4j.query
Abstract base class for BindingSet implementations, providing a.o.
AbstractBindingSet() - Constructor for class org.eclipse.rdf4j.query.AbstractBindingSet
 
AbstractOperation - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all operation types.
AbstractOperation() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractOperation
Creates a new operation object.
AbstractQuery - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all query types.
AbstractQuery() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractQuery
Creates a new query object.
AbstractTupleQueryResultHandler - Class in org.eclipse.rdf4j.query
Base class for TupleQueryResultHandlers with dummy implementations of all methods.
AbstractTupleQueryResultHandler() - Constructor for class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
AbstractUpdate - Class in org.eclipse.rdf4j.query.impl
Abstract super class of all update types.
AbstractUpdate() - Constructor for class org.eclipse.rdf4j.query.impl.AbstractUpdate
Creates a new query object.
addBinding(String, Value) - Method in interface org.eclipse.rdf4j.query.MutableBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
Adds a binding to the binding set.
addBinding(Binding) - Method in interface org.eclipse.rdf4j.query.MutableBindingSet
Adds a binding to the binding set.
addDefaultGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of default graph URIs.
addDefaultRemoveGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of default remove graph URIs.
addNamedGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Adds a graph URI to the set of named graph URIs.
addPlans(GenericPlanNode...) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
afterLast() - Method in class org.eclipse.rdf4j.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.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
asList(QueryResult<T>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a List containing all elements obtained from the specified QueryResult.
asModel(CloseableIteration<? extends Statement, ? extends RDF4JException>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a Model containing all elements obtained from the specified query result.
asModel(CloseableIteration<? extends Statement, ? extends RDF4JException>, ModelFactory) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a Model containing all elements obtained from the specified query result.
asSet(QueryResult<T>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Get a Set containing all elements obtained from the specified QueryResult.

B

BackgroundGraphResult - Class in org.eclipse.rdf4j.query.impl
Deprecated.
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
BackgroundGraphResult(RDFParser, InputStream, Charset, String, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
beforeFirst() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Moves the cursor to the start of the query result, just before the first binding set.
Binding - Interface in org.eclipse.rdf4j.query
A named value binding.
BINDING - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
BindingImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
Use SimpleBinding instead.
BindingImpl(String, Value) - Constructor for class org.eclipse.rdf4j.query.impl.BindingImpl
Deprecated.
 
bindings - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
BindingSet - Interface in org.eclipse.rdf4j.query
A BindingSet is a set of named value bindings, which is used a.o.
bindingSetsCompatible(BindingSet, BindingSet) - Static method in class org.eclipse.rdf4j.query.QueryResults
Check whether two BindingSets are compatible.
BOOLEAN - org.eclipse.rdf4j.query.Query.QueryType
Boolean queries (such as the SPARQL ASK query form) return either true or false as the result.
BOOLEAN - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
BooleanQuery - Interface in org.eclipse.rdf4j.query
 
BooleanQueryResultHandler - Interface in org.eclipse.rdf4j.query
An interface that indicates that this QueryResultHandler is capable of handling boolean results using the QueryResultHandler.handleBoolean(boolean) method.
BooleanQueryResultHandlerException - Exception in org.eclipse.rdf4j.query
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
BooleanQueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException.
BooleanQueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.
BooleanQueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.

C

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

D

dataset - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
Dataset - Interface in org.eclipse.rdf4j.query
Represents a dataset against which operations can be evaluated.
DatasetImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
Use SimpleDataset instead.
DatasetImpl() - Constructor for class org.eclipse.rdf4j.query.impl.DatasetImpl
Deprecated.
 
DAWGTestBooleanParser - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestBooleanParser() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
DAWGTestResultSetParseException - Exception in org.eclipse.rdf4j.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.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException.
DAWGTestResultSetParseException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParser - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetParser(TupleQueryResultHandler) - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
DAWGTestResultSetSchema - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetSchema() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
DAWGTestResultSetUtil - Class in org.eclipse.rdf4j.query.dawg
 
DAWGTestResultSetUtil() - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
DAWGTestResultSetWriter - Class in org.eclipse.rdf4j.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.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
DAWGTestResultSetWriter(RDFHandler, ValueFactory) - Constructor for class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
distinctResults(GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a GraphQueryResult that filters out any duplicate solutions from the supplied queryResult.
distinctResults(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a TupleQueryResult that filters out any duplicate solutions from the supplied queryResult.

E

EmptyBindingSet - Class in org.eclipse.rdf4j.query.impl
An immutable empty BindingSet.
EmptyBindingSet() - Constructor for class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
endQueryResult() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
endQueryResult() - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Indicates the end of a sequence of solutions.
endRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
endRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
endRDF() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
equals(Object) - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
equals(Object) - Method in interface org.eclipse.rdf4j.query.Binding
Compares a binding object to another object.
equals(Object) - Method in interface org.eclipse.rdf4j.query.BindingSet
Compares a BindingSet object to another object.
equals(Object) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
equals(Object) - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
equals(Object) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
equals(Object) - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
equals(GraphQueryResult, GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two graph query results and returns true if they are equal.
equals(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two tuple query results and returns true if they are equal.Tuple query results are equal if they contain the same set of BindingSets and have the same headers.
evaluate() - Method in interface org.eclipse.rdf4j.query.BooleanQuery
 
evaluate() - Method in interface org.eclipse.rdf4j.query.GraphQuery
 
evaluate() - Method in interface org.eclipse.rdf4j.query.TupleQuery
 
evaluate(TupleQueryResultHandler) - Method in interface org.eclipse.rdf4j.query.TupleQuery
 
evaluate(RDFHandler) - Method in interface org.eclipse.rdf4j.query.GraphQuery
 
execute() - Method in interface org.eclipse.rdf4j.query.Update
Execute this update on the repository.
Executed - org.eclipse.rdf4j.query.explanation.Explanation.Level
 
explain(Explanation.Level) - Method in interface org.eclipse.rdf4j.query.Query
Explain how the query will be (or has been) executed/evaluated by returning an explanation of the query plan.
Explanation - Interface in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
Explanation.Level - Enum in org.eclipse.rdf4j.query.explanation
The different levels that the query explanation can be at.
ExplanationImpl - Class in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
ExplanationImpl(GenericPlanNode, boolean) - Constructor for class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 

F

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

G

GenericPlanNode - Class in org.eclipse.rdf4j.query.explanation
This is an experimental feature.
GenericPlanNode() - Constructor for class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
GenericPlanNode(String) - Constructor for class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
get(int) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
getAlgorithm() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
Join nodes can use various algorithms for joining data.
getAllValues(TupleQueryResult, String) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a list of values of a particular variable out of the QueryResult.
getBinding(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the binding with the specified name from this BindingSet.
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getBinding(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
getBindingNames() - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the names of the bindings in this BindingSet.
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Deprecated.
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
getBindingNames() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
getBindingNames() - Method in interface org.eclipse.rdf4j.query.TupleQueryResult
Gets the names of the bindings, in order of projection.
getBindings() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getBindings() - Method in interface org.eclipse.rdf4j.query.Operation
Retrieves the bindings that have been set on this operation.
getCostEstimate() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The cost estimate that the query planner calculated for this node.
getDataset() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getDataset() - Method in interface org.eclipse.rdf4j.query.Operation
Gets the dataset that has been set using Operation.setDataset(Dataset), if any.
getDefaultGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default graph URIs of this dataset.
getDefaultGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getDefaultInsertGraph() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default insert graph URI of this dataset.
getDefaultInsertGraph() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultInsertGraph() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getDefaultRemoveGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the default remove graph URIs of this dataset.
getDefaultRemoveGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getDefaultRemoveGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
getID() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getIncludeInferred() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getIncludeInferred() - Method in interface org.eclipse.rdf4j.query.Operation
Returns whether or not this operation will return inferred statements (if any are present in the repository).
getIndex() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
getInstance() - Static method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getMaxExecutionTime() - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
getMaxExecutionTime() - Method in interface org.eclipse.rdf4j.query.Operation
Returns the maximum operation execution time.
getMaxQueryTime() - Method in class org.eclipse.rdf4j.query.impl.AbstractQuery
Deprecated.
getMaxQueryTime() - Method in interface org.eclipse.rdf4j.query.Query
Deprecated.
getName() - Method in interface org.eclipse.rdf4j.query.Binding
Gets the name of the binding (e.g.
getName() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
getName() - Method in class org.eclipse.rdf4j.query.QueryLanguage
Gets the name of this query language.
getNamedGraphs() - Method in interface org.eclipse.rdf4j.query.Dataset
Gets the named graph URIs of this dataset.
getNamedGraphs() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
getNamedGraphs() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
Gets the (unmodifiable) set of named graph URIs.
getNamespaces() - Method in interface org.eclipse.rdf4j.query.GraphQueryResult
Retrieves relevant namespaces from the query result.
getNamespaces() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
getNamespaces() - Method in class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
Deprecated.
 
getPlans() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getQueryResult() - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
getResultSizeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The actual number of results that this node produced while the query was executed.
getResultSizeEstimate() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The number of results that this node was estimated to produce.
getSelfTimeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The time that this node used by itself (eg.
getTimedOut() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getTotalTimeActual() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
The total time in milliseconds that this node-tree (all children and so on) used while the query was executed.
getType() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
getValue() - Method in interface org.eclipse.rdf4j.query.Binding
Gets the value of the binding.
getValue() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
getValue() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
getValue(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the value of the binding with the specified name from this BindingSet.
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
getValue(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
GRAPH - org.eclipse.rdf4j.query.Query.QueryType
Graph queries (such as the SPARQL CONSTRUCT and DESCRIBE query form) return a sequence of RDF statements as the result.
GraphQuery - Interface in org.eclipse.rdf4j.query
 
GraphQueryResult - Interface in org.eclipse.rdf4j.query
A representation of a query result as a sequence of Statement objects.
GraphQueryResultImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 2.0. Use IteratingGraphQueryResult instead.
GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.GraphQueryResultImpl
Deprecated.
 

H

handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleBoolean(boolean) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleBoolean(boolean) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles the specified boolean value.
handleClose() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
handleComment(String) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleLinks(List<String>) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleLinks(List<String>) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header.
handleNamespace(String, String) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
handleSolution(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
handleSolution(BindingSet) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Handles a solution.
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
handleStatement(Statement) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
hasBinding(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Checks whether this BindingSet has a binding with the specified name.
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
hasBinding(String) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
hashCode() - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
hashCode() - Method in interface org.eclipse.rdf4j.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.eclipse.rdf4j.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.eclipse.rdf4j.query.impl.EmptyBindingSet
 
hashCode() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
hashCode() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
hashCode() - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
hasName(String) - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
hasNext() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
hasNext() - Method in interface org.eclipse.rdf4j.query.QueryResult
Returns true if the query result has more elements.
hasPrevious() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 

I

includeInferred - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
IncompatibleOperationException - Exception in org.eclipse.rdf4j.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.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(String) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
insert(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
insert(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Inserts the specified binding set into the list.
isEmpty() - Method in interface org.eclipse.rdf4j.query.BindingSet
 
isNewScope() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
isSubset(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
 
IteratingGraphQueryResult - Class in org.eclipse.rdf4j.query.impl
Deprecated.
IteratingGraphQueryResult(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
Deprecated.
 
IteratingGraphQueryResult(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
Deprecated.
 
IteratingGraphQueryResult(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
Deprecated.
 
IteratingTupleQueryResult - Class in org.eclipse.rdf4j.query.impl
Deprecated.
IteratingTupleQueryResult(List<String>, Iterable<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Deprecated.
Creates a query result object with the supplied binding names.
IteratingTupleQueryResult(List<String>, Iterator<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Deprecated.
 
IteratingTupleQueryResult(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
Deprecated.
Creates a query result object with the supplied binding names.
iterator() - Method in interface org.eclipse.rdf4j.query.BindingSet
Creates an iterator over the bindings in this BindingSet.
iterator() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
iterator() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
iterator() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
iterator() - Method in interface org.eclipse.rdf4j.query.QueryResult
 

L

limitResults(GraphQueryResult, long, long) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a GraphQueryResult that returns at most the specified maximum number of solutions, starting at the supplied offset.
limitResults(TupleQueryResult, long, long) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a TupleQueryResult that returns at most the specified maximum number of solutions, starting at the supplied offset.
ListBindingSet - Class in org.eclipse.rdf4j.query.impl
A List-based implementation of the BindingSet interface.
ListBindingSet(List<String>, List<? extends Value>) - Constructor for class org.eclipse.rdf4j.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
ListBindingSet(List<String>, Value...) - Constructor for class org.eclipse.rdf4j.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.

M

MalformedQueryException - Exception in org.eclipse.rdf4j.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.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(String) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MapBindingSet - Class in org.eclipse.rdf4j.query.impl
A Map-based implementation of the BindingSet interface.
MapBindingSet() - Constructor for class org.eclipse.rdf4j.query.impl.MapBindingSet
 
MapBindingSet(int) - Constructor for class org.eclipse.rdf4j.query.impl.MapBindingSet
Creates a new Map-based BindingSet with the specified initial capacity.
MutableBindingSet - Interface in org.eclipse.rdf4j.query
A BindingSet is a set of named value bindings, which is used a.o.
MutableTupleQueryResult - Class in org.eclipse.rdf4j.query.impl
An implementation of the TupleQueryResult interface that stores the complete query result in memory.
MutableTupleQueryResult(Collection<String>, Collection<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Creates a query result table with the supplied binding names.
MutableTupleQueryResult(Collection<String>, CloseableIteration<? extends BindingSet, E>) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(Collection<String>, Iteration<? extends BindingSet, E>) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Deprecated, for removal: This API element is subject to removal in a future version.
MutableTupleQueryResult(Collection<String>, BindingSet...) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
MutableTupleQueryResult(TupleQueryResult) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 

N

NAMESPACE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
next() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
next() - Method in interface org.eclipse.rdf4j.query.QueryResult
Returns the next element in the query result.

O

Operation - Interface in org.eclipse.rdf4j.query
An operation (e.g.
Optimized - org.eclipse.rdf4j.query.explanation.Explanation.Level
 
org.eclipse.rdf4j.query - package org.eclipse.rdf4j.query
Interfaces and classes for handling queries and query results.
org.eclipse.rdf4j.query.dawg - package org.eclipse.rdf4j.query.dawg
Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary
org.eclipse.rdf4j.query.explanation - package org.eclipse.rdf4j.query.explanation
 
org.eclipse.rdf4j.query.impl - package org.eclipse.rdf4j.query.impl
 

P

parseGraphBackground(InputStream, String, RDFFormat, WeakReference<?>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Deprecated.
WeakReference callerReference argument will be removed
parseGraphBackground(InputStream, String, RDFParser, WeakReference<?>) - Static method in class org.eclipse.rdf4j.query.QueryResults
Deprecated.
WeakReference callerReference argument will be removed
previous() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 

Q

Query - Interface in org.eclipse.rdf4j.query
A query on a repository that can be formulated in one of the supported query languages (for example SPARQL).
Query.QueryType - Enum in org.eclipse.rdf4j.query
The different types of queries that RDF4J recognizes: boolean queries, graph queries, and tuple queries.
QueryEvaluationException - Exception in org.eclipse.rdf4j.query
An exception indicating that the evaluation of a query failed.
QueryEvaluationException() - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
 
QueryEvaluationException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException.
QueryEvaluationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryInterruptedException - Exception in org.eclipse.rdf4j.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.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryInterruptedException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryInterruptedException
 
QueryLanguage - Class in org.eclipse.rdf4j.query
A type-safe enumeration for RDF query languages such as QueryLanguage.SPARQL.
QueryLanguage(String) - Constructor for class org.eclipse.rdf4j.query.QueryLanguage
Creates a new QueryLanguage object.
QueryResult<T> - Interface in org.eclipse.rdf4j.query
Super type of all query result types (TupleQueryResult, GraphQueryResult, etc.).
QueryResultHandler - Interface in org.eclipse.rdf4j.query
The super class of all handlers for processing query results.
QueryResultHandlerException - Exception in org.eclipse.rdf4j.query
The super class of exceptions originating from QueryResultHandler implementations.
QueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException.
QueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResults - Class in org.eclipse.rdf4j.query
Utility methods related to query results.
QueryResults() - Constructor for class org.eclipse.rdf4j.query.QueryResults
 
QueryResultUtil - Class in org.eclipse.rdf4j.query
Deprecated.
Use QueryResults instead.
QueryResultUtil() - Constructor for class org.eclipse.rdf4j.query.QueryResultUtil
Deprecated.
 
QueueCursor<E> - Class in org.eclipse.rdf4j.query.impl
Makes working with a queue easier by adding the methods QueueIteration.done() and QueueIteration.toss(Exception) and automatically converting the exception into a QueryEvaluationException with an appropriate stack trace.
QueueCursor(int) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and default access policy.
QueueCursor(int, boolean, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Deprecated, for removal: This API element is subject to removal in a future version.
WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a Cleaner.
QueueCursor(int, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Deprecated, for removal: This API element is subject to removal in a future version.
WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a Cleaner.
QueueCursor(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Deprecated.
WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a Cleaner.
QueueCursor(BlockingQueue<E>, WeakReference<?>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Deprecated, for removal: This API element is subject to removal in a future version.
WeakReference is no longer supported as a way to automatically close this iteration. The recommended approach to automatically closing an iteration on garbage collection is to use a Cleaner.

R

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

S

set(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
set(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
setAlgorithm(String) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
setBinding(String, Value) - Method in interface org.eclipse.rdf4j.query.MutableBindingSet
 
setBinding(String, Value) - Method in interface org.eclipse.rdf4j.query.Operation
Binds the specified variable to the supplied value.
setBinding(Binding) - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
setBinding(Binding) - Method in interface org.eclipse.rdf4j.query.MutableBindingSet
 
setCostEstimate(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setDataset(Dataset) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setDataset(Dataset) - Method in interface org.eclipse.rdf4j.query.Operation
Specifies the dataset against which to execute an operation, overriding any dataset that is specified in the operation itself.
setDefaultInsertGraph(IRI) - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setIncludeInferred(boolean) - Method in interface org.eclipse.rdf4j.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.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setMaxExecutionTime(int) - Method in interface org.eclipse.rdf4j.query.Operation
Specifies the maximum time that an operation is allowed to run.
setMaxQueryTime(int) - Method in class org.eclipse.rdf4j.query.impl.AbstractQuery
Deprecated.
setMaxQueryTime(int) - Method in interface org.eclipse.rdf4j.query.Query
Deprecated.
setNewScope(boolean) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setPlans(List<GenericPlanNode>) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setResultSizeActual(Long) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setResultSizeEstimate(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setTimedOut(Boolean) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setTotalTimeActual(Double) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
setType(String) - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
SimpleBinding - Class in org.eclipse.rdf4j.query.impl
An implementation of the Binding interface.
SimpleBinding(String, Value) - Constructor for class org.eclipse.rdf4j.query.impl.SimpleBinding
Creates a binding object with the supplied name and value.
SimpleDataset - Class in org.eclipse.rdf4j.query.impl
A simple implementation of the Dataset interface.
SimpleDataset() - Constructor for class org.eclipse.rdf4j.query.impl.SimpleDataset
 
singleResult(GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a single element from the query result.The QueryResult is automatically closed by this method.
singleResult(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a single element from the query result.The QueryResult is automatically closed by this method.
size() - Method in interface org.eclipse.rdf4j.query.BindingSet
Returns the number of bindings in this BindingSet.
size() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.ListBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.MapBindingSet
 
size() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
SOLUTION - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
SPARQL - Static variable in class org.eclipse.rdf4j.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.eclipse.rdf4j.query.AbstractTupleQueryResultHandler
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetWriter
 
startQueryResult(List<String>) - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
startQueryResult(List<String>) - Method in interface org.eclipse.rdf4j.query.QueryResultHandler
Indicates the start of a sequence of Solutions.
startRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
startRDF() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParser
 
startRDF() - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
Deprecated.
 
stream() - Method in interface org.eclipse.rdf4j.query.QueryResult
Convert the result elements to a Java Stream.

T

Timed - org.eclipse.rdf4j.query.explanation.Explanation.Level
 
toBooleanQueryResult(Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toDot() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toDot() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toDot() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
toGenericPlanNode() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toGenericPlanNode() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toGraph(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toJson() - Method in interface org.eclipse.rdf4j.query.explanation.Explanation
 
toJson() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toString() - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
toString() - Method in class org.eclipse.rdf4j.query.explanation.ExplanationImpl
 
toString() - Method in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
Human readable string.
toString() - Method in class org.eclipse.rdf4j.query.impl.EmptyBindingSet
 
toString() - Method in class org.eclipse.rdf4j.query.impl.FallbackDataset
 
toString() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
toString() - Method in class org.eclipse.rdf4j.query.impl.SimpleDataset
 
toString() - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
toTupleQueryResult(Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
TRUE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
TUPLE - org.eclipse.rdf4j.query.Query.QueryType
Tuple queries (such as the SPARQL SELECT query form) return a sequence of sets of variable bindings as the result.
TupleQuery - Interface in org.eclipse.rdf4j.query
 
TupleQueryResult - Interface in org.eclipse.rdf4j.query
A representation of a variable-binding query result as a sequence of BindingSet objects.
TupleQueryResultBuilder - Class in org.eclipse.rdf4j.query.impl
A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
TupleQueryResultBuilder() - Constructor for class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
TupleQueryResultHandler - Interface in org.eclipse.rdf4j.query
An interface defining methods related to handling sequences of Solutions.
TupleQueryResultHandlerBase - Class in org.eclipse.rdf4j.query
Deprecated.
since 2.0. Use AbstractTupleQueryResultHandler instead.
TupleQueryResultHandlerBase() - Constructor for class org.eclipse.rdf4j.query.TupleQueryResultHandlerBase
Deprecated.
 
TupleQueryResultHandlerException - Exception in org.eclipse.rdf4j.query
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
TupleQueryResultHandlerException(String) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException.
TupleQueryResultHandlerException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultHandlerException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
TupleQueryResultImpl(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.TupleQueryResultImpl
Deprecated.
 

U

UNKNOWN - Static variable in class org.eclipse.rdf4j.query.explanation.GenericPlanNode
 
Unoptimized - org.eclipse.rdf4j.query.explanation.Explanation.Level
 
UnsupportedQueryLanguageException - Exception in org.eclipse.rdf4j.query
A RuntimeException indicating that a specific query language is not supported.
UnsupportedQueryLanguageException(String) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
UnsupportedQueryLanguageException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException wrapping another exception.
UnsupportedQueryLanguageException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.UnsupportedQueryLanguageException
Creates a new UnsupportedRDFormatException.
Update - Interface in org.eclipse.rdf4j.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.eclipse.rdf4j.query
An exception indicating that the execution of an update failed.
UpdateExecutionException() - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
 
UpdateExecutionException(String) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException.
UpdateExecutionException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(Throwable) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.

V

VALUE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.explanation.Explanation.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.rdf4j.query.Query.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Returns the query language whose name matches the specified name.
values() - Static method in enum org.eclipse.rdf4j.query.explanation.Explanation.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.rdf4j.query.Query.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.eclipse.rdf4j.query.QueryLanguage
Returns all known/registered query languages.
VARIABLE - Static variable in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetSchema
 
A B C D E F G H I L M N O P Q R S T U V 
All Classes All Packages