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.HttpUriRequestRDF4JProtocolSession.getQueryMethod(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession.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.HttpUriRequestRDF4JProtocolSession.getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxExecutionTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession.getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected org.apache.http.client.methods.HttpUriRequestSPARQLProtocolSession.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) booleanSPARQLProtocolSession.sendBooleanQuery(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) booleanSPARQLProtocolSession.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 removedvoidSPARQLProtocolSession.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 removedvoidSPARQLProtocolSession.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 removedvoidSPARQLProtocolSession.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 removedvoidSPARQLProtocolSession.sendUpdate(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) voidSPARQLProtocolSession.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
Subinterfaces with type arguments of type Binding in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterfaceA BindingSet is a set of named value bindings, which is used a.o.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 TypeMethodDescriptionvoidMutableBindingSet.addBinding(Binding binding) Adds a binding to the binding set.voidMutableBindingSet.setBinding(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement interfaces with type arguments of type BindingFields 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 TypeMethodDescriptionvoidArrayBindingSet.addBinding(Binding binding) voidQueryBindingSet.addBinding(Binding binding) Adds a new binding to the binding set.voidArrayBindingSet.setBinding(Binding binding) voidQueryBindingSet.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 BindingDAWGTestResultSetParser.getBinding(Resource bindingNode) -
Uses of Binding in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingModifier and TypeClassDescriptionclassDeprecated.UseSimpleBindinginstead.classAn implementation of theBindinginterface.Classes in org.eclipse.rdf4j.query.impl that implement interfaces with type arguments of type BindingModifier and TypeClassDescriptionprivate static classprivate classFields 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 TypeMethodDescriptionvoidMapBindingSet.addBinding(Binding binding) Adds a binding to the binding set.voidMapBindingSet.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 BindingValueMappingBindingSet.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 BindingValueMappingBindingSet.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 TypeMethodDescriptionvoidSPARQLQueryBindingSet.addBinding(Binding binding) Adds a new binding to the binding set.voidSPARQLQueryBindingSet.setBinding(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement interfaces with type arguments of type BindingFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as BindingModifier and TypeFieldDescriptionprivate final Binding[]SimpleBindingSet.bindingsprivate BindingSingletonBindingSet.cachedBindingprivate BindingSingletonBindingSet.SingleIterator.nextMethods 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)