Uses of Interface
org.eclipse.rdf4j.query.Binding
Packages that use Binding
Package
Description
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
-
Uses of Binding in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type BindingModifier and TypeMethodDescriptionprotected org.apache.http.client.methods.HttpUriRequest
RDF4JProtocolSession.getQueryMethod
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession.getQueryMethod
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List
<org.apache.http.NameValuePair> RDF4JProtocolSession.getQueryMethodParameters
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List
<org.apache.http.NameValuePair> SPARQLProtocolSession.getQueryMethodParameters
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequest
RDF4JProtocolSession.getUpdateMethod
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxExecutionTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession.getUpdateMethod
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequest
SPARQLProtocolSession.getUpdateMethod
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) protected List
<org.apache.http.NameValuePair> RDF4JProtocolSession.getUpdateMethodParameters
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List
<org.apache.http.NameValuePair> SPARQLProtocolSession.getUpdateMethodParameters
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List
<org.apache.http.NameValuePair> SPARQLProtocolSession.getUpdateMethodParameters
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) boolean
SPARQLProtocolSession.sendBooleanQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) boolean
SPARQLProtocolSession.sendBooleanQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, Binding... bindings) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendGraphQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, RDFHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, TupleQueryResultHandler handler, Binding... bindings) SPARQLProtocolSession.sendTupleQuery
(QueryLanguage ql, String query, Dataset dataset, boolean includeInferred, WeakReference<?> callerRef, Binding... bindings) Deprecated.WeakReferenceinvalid input: '<'?> callerRef argument will be removedvoid
SPARQLProtocolSession.sendUpdate
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) void
SPARQLProtocolSession.sendUpdate
(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) -
Uses of Binding in org.eclipse.rdf4j.http.client.query
Methods in org.eclipse.rdf4j.http.client.query that return BindingModifier and TypeMethodDescriptionBinding[]
AbstractHTTPQuery.getBindingsArray()
Binding[]
AbstractHTTPUpdate.getBindingsArray()
-
Uses of Binding in org.eclipse.rdf4j.http.protocol.transaction
Fields in org.eclipse.rdf4j.http.protocol.transaction with type parameters of type Binding -
Uses of Binding in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as BindingMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return BindingMethods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type BindingConstructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type BindingModifierConstructorDescriptionSPARQLUpdateOperation
(String updateString, String baseURI, boolean includeInferred, Dataset dataset, Binding... bindings) -
Uses of Binding in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return BindingModifier and TypeMethodDescriptionBindingSet.getBinding
(String bindingName) Gets the binding with the specified name from this BindingSet.Methods in org.eclipse.rdf4j.query that return types with arguments of type BindingModifier and TypeMethodDescriptionBindingSet.iterator()
Creates an iterator over the bindings in this BindingSet.Methods in org.eclipse.rdf4j.query with parameters of type BindingModifier and TypeMethodDescriptionvoid
MutableBindingSet.addBinding
(Binding binding) Adds a binding to the binding set.void
MutableBindingSet.setBinding
(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type BindingMethods in org.eclipse.rdf4j.query.algebra.evaluation that return BindingModifier and TypeMethodDescriptionArrayBindingSet.getBinding
(String bindingName) QueryBindingSet.getBinding
(String bindingName) ArrayBindingSet.ArrayBindingSetIterator.next()
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type BindingModifier and TypeMethodDescriptionArrayBindingSet.getDirectGetBinding
(String bindingName) ArrayBindingSet.iterator()
QueryBindingSet.iterator()
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingModifier and TypeMethodDescriptionvoid
ArrayBindingSet.addBinding
(Binding binding) void
QueryBindingSet.addBinding
(Binding binding) Adds a new binding to the binding set.void
ArrayBindingSet.setBinding
(Binding binding) void
QueryBindingSet.setBinding
(Binding binding) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type Binding -
Uses of Binding in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type BindingModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.getBinding
(String variableName) default Function
<BindingSet, Binding> QueryEvaluationContext.getBinding
(String variableName) -
Uses of Binding in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that return BindingModifier and TypeMethodDescriptionprivate Binding
DAWGTestResultSetParser.getBinding
(Resource bindingNode) -
Uses of Binding in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingModifier and TypeClassDescriptionclass
Deprecated.UseSimpleBinding
instead.class
An implementation of theBinding
interface.Fields in org.eclipse.rdf4j.query.impl with type parameters of type BindingMethods in org.eclipse.rdf4j.query.impl that return BindingModifier and TypeMethodDescriptionEmptyBindingSet.getBinding
(String bindingName) ListBindingSet.getBinding
(String bindingName) MapBindingSet.getBinding
(String bindingName) EmptyBindingSet.EmptyBindingIterator.next()
ListBindingSet.ListBindingSetIterator.next()
Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type BindingModifier and TypeMethodDescriptionEmptyBindingSet.iterator()
ListBindingSet.iterator()
MapBindingSet.iterator()
Methods in org.eclipse.rdf4j.query.impl with parameters of type BindingModifier and TypeMethodDescriptionvoid
MapBindingSet.addBinding
(Binding binding) Adds a binding to the binding set.void
MapBindingSet.setBinding
(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return BindingModifier and TypeMethodDescriptionValueMappingBindingSet.getBinding
(String bindingName) private Binding
ValueMappingBindingSet.mapBinding
(Binding binding) Methods in org.eclipse.rdf4j.query.resultio that return types with arguments of type BindingMethods in org.eclipse.rdf4j.query.resultio with parameters of type BindingModifier and TypeMethodDescriptionprivate Binding
ValueMappingBindingSet.mapBinding
(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that return BindingMethods in org.eclipse.rdf4j.repository.sparql.query that return types with arguments of type BindingMethods in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingModifier and TypeMethodDescriptionvoid
SPARQLQueryBindingSet.addBinding
(Binding binding) Adds a new binding to the binding set.void
SPARQLQueryBindingSet.setBinding
(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as BindingModifier and TypeFieldDescriptionprivate final Binding[]
SimpleBindingSet.bindings
private Binding
SingletonBindingSet.cachedBinding
private Binding
SingletonBindingSet.SingleIterator.next
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return BindingModifier and TypeMethodDescriptionSimpleBindingSet.getBinding
(String bindingName) SingletonBindingSet.getBinding
(String bindingName) SingletonBindingSet.SingleIterator.next()
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type BindingConstructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingModifierConstructorDescriptionSimpleBindingSet
(Set<String> bindingNamesSet, Binding[] bindings) SingleIterator
(Binding next)