Uses of Interface
org.eclipse.rdf4j.query.Binding
Packages that use Binding
Package
Description
Interfaces and classes for handling queries and query results.
-
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)
void
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)
void
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)
void
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)
void
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.operations
Methods 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return BindingModifier and TypeMethodDescriptionArrayBindingSet.getBinding(String bindingName)
QueryBindingSet.getBinding(String bindingName)
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type BindingModifier and TypeMethodDescriptionArrayBindingSet.getDirectGetBinding(String variableName)
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)
-
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.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingModifier and TypeClassDescriptionclass
Deprecated.since 2.0.class
An implementation of theBinding
interface.Methods in org.eclipse.rdf4j.query.impl that return BindingModifier and TypeMethodDescriptionEmptyBindingSet.getBinding(String bindingName)
ListBindingSet.getBinding(String bindingName)
MapBindingSet.getBinding(String bindingName)
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.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)