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 theSailRepositoryorg.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 MapBindingSetAbstractOperation. 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 MapBindingSetSPARQLResultsSAXParser. currentSolutionThe 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 StatementSailUpdateExecutor. 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 MapBindingSetSPARQLOperation. bindingsDeprecated. -
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 booleanTargetChainRetriever. bindingsEquivalent(StatementMatcher currentStatementMatcher, MapBindingSet bindings, MapBindingSet previousBindings)
-