Uses of Interface
org.apache.jena.update.UpdateExecutionBuilder
Packages that use UpdateExecutionBuilder
Package
Description
-
Uses of UpdateExecutionBuilder in org.apache.jena.sparql.exec
Classes in org.apache.jena.sparql.exec that implement UpdateExecutionBuilderMethods in org.apache.jena.sparql.exec that return UpdateExecutionBuilderModifier and TypeMethodDescriptionstatic UpdateExecutionBuilderUpdateExecutionBuilderAdapter.adapt(UpdateExecBuilder builder) Adapter that attempts to unwrap an UpdateExecBuilderAdapter builderUpdateExecBuilderAdapter.getExecBuilder()UpdateExecutionBuilderAdapter.substitution(String varName, RDFNode value) UpdateExecutionBuilderAdapter.substitution(QuerySolution querySolution) UpdateExecutionBuilderAdapter.update(UpdateRequest updateRequest) Methods in org.apache.jena.sparql.exec with parameters of type UpdateExecutionBuilderModifier and TypeMethodDescriptionstatic UpdateExecBuilderUpdateExecBuilderAdapter.adapt(UpdateExecutionBuilder builder) Adapter that attempts to unwrap an UpdateExecutionBuilderAdapter's builder -
Uses of UpdateExecutionBuilder in org.apache.jena.sparql.exec.http
Classes in org.apache.jena.sparql.exec.http that implement UpdateExecutionBuilder -
Uses of UpdateExecutionBuilder in org.apache.jena.update
Classes in org.apache.jena.update that implement UpdateExecutionBuilderMethods in org.apache.jena.update that return UpdateExecutionBuilderModifier and TypeMethodDescriptionUpdateExecutionBuilder.substitution(String varName, RDFNode value) UpdateExecutionBuilder.substitution(QuerySolution querySolution) Parse and update operations to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.UpdateExecutionBuilder.update(UpdateRequest updateRequest) Append the updates in anUpdateRequestto theUpdateRequestbeing built.