- get(int) - Method in class org.openrdf.query.impl.MutableTupleQueryResult
-
- getBinding(String) - Method in interface org.openrdf.query.BindingSet
-
Gets the binding with the specified name from this BindingSet.
- getBinding(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
-
- getBinding(String) - Method in class org.openrdf.query.impl.ListBindingSet
-
- getBinding(String) - Method in class org.openrdf.query.impl.MapBindingSet
-
- getBindingNames() - Method in interface org.openrdf.query.BindingSet
-
Gets the names of the bindings in this BindingSet.
- getBindingNames() - Method in class org.openrdf.query.impl.EmptyBindingSet
-
- getBindingNames() - Method in class org.openrdf.query.impl.ListBindingSet
-
- getBindingNames() - Method in class org.openrdf.query.impl.MapBindingSet
-
- getBindingNames() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
-
- getBindingNames() - Method in class org.openrdf.query.impl.TupleQueryResultImpl
-
- getBindingNames() - Method in interface org.openrdf.query.TupleQueryResult
-
Gets the names of the bindings, in order of projection.
- getBindings() - Method in class org.openrdf.query.impl.AbstractOperation
-
- getBindings() - Method in interface org.openrdf.query.Operation
-
Retrieves the bindings that have been set on this operation.
- getDataset() - Method in class org.openrdf.query.impl.AbstractOperation
-
- getDataset() - Method in interface org.openrdf.query.Operation
-
- getDefaultGraphs() - Method in interface org.openrdf.query.Dataset
-
Gets the default graph URIs of this dataset.
- getDefaultGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
-
- getDefaultGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
-
- getDefaultInsertGraph() - Method in interface org.openrdf.query.Dataset
-
Gets the default insert graph URI of this dataset.
- getDefaultInsertGraph() - Method in class org.openrdf.query.impl.DatasetImpl
-
- getDefaultInsertGraph() - Method in class org.openrdf.query.impl.FallbackDataset
-
- getDefaultRemoveGraphs() - Method in interface org.openrdf.query.Dataset
-
Gets the default remove graph URIs of this dataset.
- getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
-
- getDefaultRemoveGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
-
- getIncludeInferred() - Method in class org.openrdf.query.impl.AbstractOperation
-
- getIncludeInferred() - Method in interface org.openrdf.query.Operation
-
Returns whether or not this operation will return inferred statements (if
any are present in the repository).
- getIndex() - Method in class org.openrdf.query.impl.MutableTupleQueryResult
-
- getInstance() - Static method in class org.openrdf.query.impl.EmptyBindingSet
-
- getMaxExecutionTime() - Method in class org.openrdf.query.impl.AbstractOperation
-
- getMaxExecutionTime() - Method in interface org.openrdf.query.Operation
-
Returns the maximum operation execution time.
- getMaxQueryTime() - Method in class org.openrdf.query.impl.AbstractQuery
-
Deprecated.
- getMaxQueryTime() - Method in interface org.openrdf.query.Query
-
- getName() - Method in interface org.openrdf.query.Binding
-
Gets the name of the binding (e.g.
- getName() - Method in class org.openrdf.query.impl.BindingImpl
-
- getName() - Method in class org.openrdf.query.QueryLanguage
-
Gets the name of this query language.
- getNamedGraphs() - Method in interface org.openrdf.query.Dataset
-
Gets the named graph URIs of this dataset.
- getNamedGraphs() - Method in class org.openrdf.query.impl.DatasetImpl
-
Gets the (unmodifiable) set of named graph URIs.
- getNamedGraphs() - Method in class org.openrdf.query.impl.FallbackDataset
-
- getNamespaces() - Method in interface org.openrdf.query.GraphQueryResult
-
Retrieves relevant namespaces from the query result.
- getNamespaces() - Method in class org.openrdf.query.impl.GraphQueryResultImpl
-
- getQueryResult() - Method in class org.openrdf.query.impl.TupleQueryResultBuilder
-
- getValue() - Method in interface org.openrdf.query.Binding
-
Gets the value of the binding.
- getValue(String) - Method in interface org.openrdf.query.BindingSet
-
Gets the value of the binding with the specified name from this
BindingSet.
- getValue() - Method in class org.openrdf.query.dawg.DAWGTestBooleanParser
-
- getValue() - Method in class org.openrdf.query.impl.BindingImpl
-
- getValue(String) - Method in class org.openrdf.query.impl.EmptyBindingSet
-
- getValue(String) - Method in class org.openrdf.query.impl.ListBindingSet
-
- getValue(String) - Method in class org.openrdf.query.impl.MapBindingSet
-
- GraphQuery - Interface in org.openrdf.query
-
- GraphQueryResult - Interface in org.openrdf.query
-
A representation of a query result as a sequence of
Statement
objects.
- GraphQueryResultImpl - Class in org.openrdf.query.impl
-
- GraphQueryResultImpl(Map<String, String>, Iterable<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
-
- GraphQueryResultImpl(Map<String, String>, Iterator<? extends Statement>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
-
- GraphQueryResultImpl(Map<String, String>, CloseableIteration<? extends Statement, ? extends QueryEvaluationException>) - Constructor for class org.openrdf.query.impl.GraphQueryResultImpl
-
- Query - Interface in org.openrdf.query
-
A query on a repository that can be formulated in one of the supported query
languages (for example SeRQL or SPARQL).
- QueryEvaluationException - Exception in org.openrdf.query
-
An exception indicating that the evaluation of a query failed.
- QueryEvaluationException() - Constructor for exception org.openrdf.query.QueryEvaluationException
-
- QueryEvaluationException(String) - Constructor for exception org.openrdf.query.QueryEvaluationException
-
Creates a new TupleQueryResultHandlerException.
- QueryEvaluationException(Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
-
Creates a new TupleQueryResultHandlerException wrapping another exception.
- QueryEvaluationException(String, Throwable) - Constructor for exception org.openrdf.query.QueryEvaluationException
-
Creates a new TupleQueryResultHandlerException wrapping another exception.
- QueryInterruptedException - Exception in org.openrdf.query
-
An exception indicating that the evaluation of a query has been interrupted,
for example because it took too long to complete.
- QueryInterruptedException() - Constructor for exception org.openrdf.query.QueryInterruptedException
-
- QueryInterruptedException(String) - Constructor for exception org.openrdf.query.QueryInterruptedException
-
- QueryInterruptedException(String, Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
-
- QueryInterruptedException(Throwable) - Constructor for exception org.openrdf.query.QueryInterruptedException
-
- QueryLanguage - Class in org.openrdf.query
-
- QueryLanguage(String) - Constructor for class org.openrdf.query.QueryLanguage
-
Creates a new QueryLanguage object.
- QueryResult<T> - Interface in org.openrdf.query
-
Super type of all query result types (TupleQueryResult, GraphQueryResult,
etc.).
- QueryResultHandler - Interface in org.openrdf.query
-
The super class of all handlers for processing query results.
- QueryResultHandlerException - Exception in org.openrdf.query
-
- QueryResultHandlerException(String) - Constructor for exception org.openrdf.query.QueryResultHandlerException
-
Creates a new QueryResultHandlerException.
- QueryResultHandlerException(Throwable) - Constructor for exception org.openrdf.query.QueryResultHandlerException
-
Creates a new QueryResultHandlerException wrapping another exception.
- QueryResultHandlerException(String, Throwable) - Constructor for exception org.openrdf.query.QueryResultHandlerException
-
Creates a new QueryResultHandlerException wrapping another exception.
- QueryResults - Class in org.openrdf.query
-
Utility methods related to query results.
- QueryResults() - Constructor for class org.openrdf.query.QueryResults
-
- QueryResultUtil - Class in org.openrdf.query
-
- QueryResultUtil() - Constructor for class org.openrdf.query.QueryResultUtil
-
Deprecated.