Uses of Interface
org.eclipse.rdf4j.query.Binding
-
Packages that use Binding Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.impl -
-
Uses of Binding in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Binding Modifier and Type Method Description BindingBindingSet. 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 Binding Modifier and Type Method Description Iterator<Binding>BindingSet. iterator()Creates an iterator over the bindings in this BindingSet.Methods in org.eclipse.rdf4j.query with parameters of type Binding Modifier and Type Method Description voidMutableBindingSet. addBinding(Binding binding)Adds a binding to the binding set.voidMutableBindingSet. setBinding(Binding binding) -
Uses of Binding in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement Binding Modifier and Type Class Description classBindingImplDeprecated.UseSimpleBindinginstead.classSimpleBindingAn implementation of theBindinginterface.Methods in org.eclipse.rdf4j.query.impl that return Binding Modifier and Type Method Description BindingEmptyBindingSet. getBinding(String bindingName)BindingListBindingSet. getBinding(String bindingName)BindingMapBindingSet. getBinding(String bindingName)Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type Binding Modifier and Type Method Description Iterator<Binding>EmptyBindingSet. iterator()Iterator<Binding>ListBindingSet. iterator()Iterator<Binding>MapBindingSet. iterator()Methods in org.eclipse.rdf4j.query.impl with parameters of type Binding Modifier and Type Method Description voidMapBindingSet. addBinding(Binding binding)Adds a binding to the binding set.voidMapBindingSet. setBinding(Binding binding)
-