Uses of Class
org.apache.jena.update.UpdateExecutionDatasetBuilder
-
Uses of UpdateExecutionDatasetBuilder in org.apache.jena.update
Modifier and TypeMethodDescriptionSet theContext
.UpdateExecution.create()
UpdateExecutionDatasetBuilder.create()
Create aUpdateExecutionBuilder
for 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 aUpdateExecutionBuilder
for a model.UpdateExecutionDatasetBuilder.newBuilder()
Create a new builder ofQueryExecution
for a local dataset.UpdateExecutionDatasetBuilder.substitution
(String varName, org.apache.jena.rdf.model.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.
substitution(QuerySolution)
.