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 ofQueryExecutionfor a local dataset.UpdateExecutionDatasetBuilder.substitution(String varName, RDFNode value) UpdateExecutionDatasetBuilder.substitution(QuerySolution querySolution) Parse and update operations to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.UpdateExecutionDatasetBuilder.update(UpdateRequest updateRequest) Append the updates in anUpdateRequestto theUpdateRequestbeing built.