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

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 class org.eclipse.rdf4j.query.impl.MapBindingSet
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.
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.
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
 
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.

B

BackgroundGraphResult - Class in org.eclipse.rdf4j.query.impl
Provides concurrent access to statements as they are being parsed when instances of this class are run as Threads.
BackgroundGraphResult(RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
BackgroundGraphResult(QueueCursor<Statement>, RDFParser, InputStream, Charset, String) - Constructor for class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
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.
since 4.0. 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 - 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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.BooleanQueryResultHandlerException
Creates a new BooleanQueryResultHandlerException wrapping another exception.
BooleanQueryResultHandlerException(String, 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 - Interface in org.eclipse.rdf4j.query
Represents a dataset against which operations can be evaluated.
dataset - Variable in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
DatasetImpl - Class in org.eclipse.rdf4j.query.impl
Deprecated.
since 4.0. 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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.dawg.DAWGTestResultSetParseException
Creates a new DAWGTestResultSetParseException wrapping another exception.
DAWGTestResultSetParseException(String, 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
 
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.QueryLanguage
 
equals(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two tuple query results and returns true if they are equal.
equals(GraphQueryResult, GraphQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Compares two graph query results and returns true if they are equal.
evaluate() - Method in interface org.eclipse.rdf4j.query.BooleanQuery
 
evaluate() - Method in interface org.eclipse.rdf4j.query.GraphQuery
 
evaluate(RDFHandler) - 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
 
execute() - Method in interface org.eclipse.rdf4j.query.Update
Execute this update on the repository.

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

get(int) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
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
 
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.
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
 
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.
since 2.8.0. Use Operation.getMaxExecutionTime() instead.
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
 
getNamespaces() - Method in class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
getQueryResult() - Method in class org.eclipse.rdf4j.query.impl.TupleQueryResultBuilder
 
getValue() - Method in interface org.eclipse.rdf4j.query.Binding
Gets the value of the binding.
getValue(String) - Method in interface org.eclipse.rdf4j.query.BindingSet
Gets the value of the binding with the specified name from this BindingSet.
getValue() - Method in class org.eclipse.rdf4j.query.dawg.DAWGTestBooleanParser
 
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
 
getValue() - Method in class org.eclipse.rdf4j.query.impl.SimpleBinding
 
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 4.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
 
handleComment(String) - Method in class org.eclipse.rdf4j.query.impl.BackgroundGraphResult
 
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
 
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
 
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.QueryLanguage
 
hasName(String) - Method in class org.eclipse.rdf4j.query.QueryLanguage
 
hasNext() - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
IncompatibleOperationException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.query.IncompatibleOperationException
 
insert(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
Inserts the specified binding set into the list.
insert(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
isSubset(TupleQueryResult, TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
 
IteratingGraphQueryResult - Class in org.eclipse.rdf4j.query.impl
An iterating implementation of the GraphQueryResult interface.
IteratingGraphQueryResult(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingGraphQueryResult(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingGraphQueryResult(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingGraphQueryResult
 
IteratingTupleQueryResult - Class in org.eclipse.rdf4j.query.impl
An iterating implementation of the TupleQueryResult interface.
IteratingTupleQueryResult(List<String>, Iterable<? extends BindingSet>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
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
 
IteratingTupleQueryResult(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.IteratingTupleQueryResult
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
 

L

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.
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.
ListBindingSet - Class in org.eclipse.rdf4j.query.impl
A List-based implementation of the BindingSet interface.
ListBindingSet(List<String>, Value...) - Constructor for class org.eclipse.rdf4j.query.impl.ListBindingSet
Creates a new List-based BindingSet containing the supplied bindings.
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.

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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.MalformedQueryException
 
MalformedQueryException(String, 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.
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>, BindingSet...) - Constructor for class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
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>, Iteration<? extends BindingSet, E>) - 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
 

O

Operation - Interface in org.eclipse.rdf4j.query
An operation (e.g.
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.impl - package org.eclipse.rdf4j.query.impl
 

P

parseGraphBackground(InputStream, String, RDFFormat) - Static method in class org.eclipse.rdf4j.query.QueryResults
Parses an RDF document and returns it as a GraphQueryResult object, with parsing done on a separate thread in the background.
IMPORTANT: As this method will spawn a new thread in the background, it is vitally important that the resulting GraphQueryResult be closed consistently when it is no longer required, to prevent resource leaks.
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 SeRQL or SPARQL).
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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryEvaluationException
Creates a new TupleQueryResultHandlerException wrapping another exception.
QueryEvaluationException(String, 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 and SeRQL.
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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.QueryResultHandlerException
Creates a new QueryResultHandlerException wrapping another exception.
QueryResultHandlerException(String, 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.
since 2.7.0. 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) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given (fixed) capacity and the specified access policy.
QueueCursor(BlockingQueue<E>) - Constructor for class org.eclipse.rdf4j.query.impl.QueueCursor
Creates an QueueCursor with the given BlockingQueue as its backing queue.
It may not be threadsafe to modify or access the given BlockingQueue from other locations.

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(TupleQueryResult, QueryResultHandler) - Static method in class org.eclipse.rdf4j.query.QueryResults
Reports a tuple query result to a TupleQueryResultHandler.
report(GraphQueryResult, RDFHandler) - Static method in class org.eclipse.rdf4j.query.QueryResults
Reports a graph query result to an RDFHandler.
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
 

S

SERQL - Static variable in class org.eclipse.rdf4j.query.QueryLanguage
SeRQL (Sesame RDF Query Language) is a Sesame-specific query language for RDF, which predates SPARQL.
SERQO - Static variable in class org.eclipse.rdf4j.query.QueryLanguage
Deprecated.
since 4.0. This language is no longer actively supported.
set(BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
set(int, BindingSet) - Method in class org.eclipse.rdf4j.query.impl.MutableTupleQueryResult
 
setBinding(String, Value) - Method in class org.eclipse.rdf4j.query.impl.AbstractOperation
 
setBinding(String, Value) - Method in interface org.eclipse.rdf4j.query.Operation
Binds the specified variable to the supplied value.
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.
since 2.8.0. Use Operation.setMaxExecutionTime(int) instead.
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.
singleResult(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.QueryResults
Returns a single element from the query result.
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
 

T

toBooleanQueryResult(Iterable<? extends Statement>) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toGraph(TupleQueryResult) - Static method in class org.eclipse.rdf4j.query.dawg.DAWGTestResultSetUtil
 
toString() - Method in class org.eclipse.rdf4j.query.AbstractBindingSet
 
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
 
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 4.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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.TupleQueryResultHandlerException
Creates a new TupleQueryResultHandlerException wrapping another exception.
TupleQueryResultHandlerException(String, 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.
since 4.0. Use IteratingTupleQueryResult instead.
TupleQueryResultImpl(List<String>, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.TupleQueryResultImpl
Deprecated.
 

U

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(Throwable) - 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.
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(Throwable) - Constructor for exception org.eclipse.rdf4j.query.UpdateExecutionException
Creates a new UpdateExecutionException wrapping another exception.
UpdateExecutionException(String, 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 class org.eclipse.rdf4j.query.QueryLanguage
Returns the query language whose name matches the specified name.
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 
Skip navigation links

Copyright © 2015-2017 Eclipse Foundation. All Rights Reserved.