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()Create aUpdateExecutionBuilderfor a dataset.UpdateExecutionDatasetBuilder.initialBinding(QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.UpdateExecution.model(org.apache.jena.rdf.model.Model model) Create aUpdateExecutionBuilderfor a model.UpdateExecutionDatasetBuilder.newBuilder()Create a new builder ofQueryExecutionfor a local dataset.UpdateExecutionDatasetBuilder.substitution(String varName, org.apache.jena.rdf.model.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.
substitution(QuerySolution).