Class TupleQueryEvaluationBuilder
java.lang.Object
org.eclipse.rdf4j.spring.dao.support.opbuilder.OperationBuilder<TupleQuery, TupleQueryEvaluationBuilder>
org.eclipse.rdf4j.spring.dao.support.opbuilder.TupleQueryEvaluationBuilder
public class TupleQueryEvaluationBuilder
extends OperationBuilder<TupleQuery, TupleQueryEvaluationBuilder>
- Since:
- 4.0.0
- Author:
- Florian Kleedorfer
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OperationBuilder
getBindings, getOperation, getRdf4JTemplate, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBinding, withBindings, withBindings, withNullableBindingsModifier and TypeMethodDescriptionprotected TupleQueryprotected RDF4JTemplatewithBinding(String key, Boolean value) withBinding(String key, Double value) withBinding(String key, Float value) withBinding(String key, Integer value) withBinding(String key, String value) withBinding(String key, IRI value) withBinding(String key, Value value) withBinding(Variable key, Boolean value) withBinding(Variable key, Double value) withBinding(Variable key, Float value) withBinding(Variable key, Integer value) withBinding(Variable key, String value) withBinding(Variable key, IRI value) withBindings(Consumer<BindingsBuilder> consumer) withBindings(Map<String, Value> bindings) withNullableBindings(Map<String, Value> bindings)
-
Constructor Details
-
TupleQueryEvaluationBuilder
-
-
Method Details
-
evaluateAndConvert
-