Uses of Class
org.eclipse.rdf4j.query.impl.MapBindingSet
-
Packages that use MapBindingSet Package Description org.eclipse.rdf4j.query.impl org.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.repository.sail.helpers Helper and utility classes for theSailRepository
org.eclipse.rdf4j.repository.sparql.query org.eclipse.rdf4j.sail.shacl.ast.targets -
-
Uses of MapBindingSet in org.eclipse.rdf4j.query.impl
Fields in org.eclipse.rdf4j.query.impl declared as MapBindingSet Modifier and Type Field Description protected MapBindingSet
AbstractOperation. bindings
-
Uses of MapBindingSet in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as MapBindingSet Modifier and Type Field Description private MapBindingSet
SPARQLResultsSAXParser. currentSolution
The bound variables for the current result. -
Uses of MapBindingSet in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type MapBindingSet Modifier and Type Method Description private Statement
SailUpdateExecutor. createStatementFromPattern(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping)
-
Uses of MapBindingSet in org.eclipse.rdf4j.repository.sparql.query
Fields in org.eclipse.rdf4j.repository.sparql.query declared as MapBindingSet Modifier and Type Field Description protected MapBindingSet
SPARQLOperation. bindings
Deprecated. -
Uses of MapBindingSet in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type MapBindingSet Modifier and Type Method Description private static boolean
TargetChainRetriever. bindingsEquivalent(StatementMatcher currentStatementMatcher, MapBindingSet bindings, MapBindingSet previousBindings)
-