Uses of Class
org.apache.jena.update.UpdateExecutionDatasetBuilder
Packages that use UpdateExecutionDatasetBuilder
-
Uses of UpdateExecutionDatasetBuilder in org.apache.jena.update
Methods in org.apache.jena.update that return UpdateExecutionDatasetBuilderModifier and TypeMethodDescriptionSet theContext
.UpdateExecution.create()
UpdateExecutionDatasetBuilder.create()
UpdateExecutionDatasetBuilder.initialBinding
(QuerySolution querySolution) UpdateExecutionDatasetBuilder.newBuilder()
Create a new builder ofQueryExecution
for a local dataset.UpdateExecutionDatasetBuilder.substitution
(String varName, RDFNode value) UpdateExecutionDatasetBuilder.substitution
(QuerySolution querySolution) Parse and update operations to theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built.UpdateExecutionDatasetBuilder.update
(UpdateRequest updateRequest) Append the updates in anUpdateRequest
to theUpdateRequest
being built.