- 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
-
- 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
-
- 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
-
- GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.eclipse.rdf4j.query.impl.GraphQueryResultImpl
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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.