Uses of Class
org.apache.jena.query.QuerySolutionMap
Packages that use QuerySolutionMap
-
Uses of QuerySolutionMap in org.apache.jena.query
Methods in org.apache.jena.query with parameters of type QuerySolutionMapModifier and TypeMethodDescriptionvoid
QuerySolutionMap.addAll
(QuerySolutionMap other) Add all of the solutions from one QuerySolutionMap into this QuerySolutionMapvoid
ParameterizedSparqlString.setParams
(QuerySolutionMap map) Sets the ParametersConstructors in org.apache.jena.query with parameters of type QuerySolutionMapModifierConstructorDescriptionParameterizedSparqlString
(String command, QuerySolutionMap map) Creates a new parameterized stringParameterizedSparqlString
(String command, QuerySolutionMap map, String base) Creates a new parameterized stringParameterizedSparqlString
(String command, QuerySolutionMap map, String base, org.apache.jena.shared.PrefixMapping prefixes) Creates a new parameterized stringParameterizedSparqlString
(String command, QuerySolutionMap map, org.apache.jena.shared.PrefixMapping prefixes) Creates a new parameterized stringCreates a new parameterized stringParameterizedSparqlString
(QuerySolutionMap map, org.apache.jena.shared.PrefixMapping prefixes) Creates a new parameterized string