java.lang.Object
org.apache.jena.sparql.exec.UpdateExecDatasetBuilder
- All Implemented Interfaces:
UpdateExecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Set theContext.static UpdateExecDatasetBuildercreate()dataset(DatasetGraph dsg) voidexecute()Build and execute.voidexecute(DatasetGraph dsg) initialBinding(Binding initialBinding) Set a context entry.Set a context entry.substitution(Var var, Node value) Provide a (Var, Node) for substitution in the query when QueryExec is built.substitution(Binding binding) Provide a set of (Var, Node) for substitution in the query when QueryExec is built.Parse and update operations to theUpdateRequestbeing built.Add theUpdateto theUpdateRequestbeing built.update(UpdateRequest updateRequest) Append the updates in anUpdateRequestto theUpdateRequestbeing built.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.sparql.exec.UpdateExecBuilder
substitution
-
Method Details
-
create
-
update
Append the updates in anUpdateRequestto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Add theUpdateto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Parse and update operations to theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecBuilder
-
dataset
-
context
Set theContext. This defaults to the global settings ofARQ.getContext(). If there was a previous call ofcontextthe multiple contexts are merged.- Specified by:
contextin interfaceUpdateExecBuilder
-
set
Description copied from interface:UpdateExecBuilderSet a context entry.- Specified by:
setin interfaceUpdateExecBuilder
-
set
Description copied from interface:UpdateExecBuilderSet a context entry.- Specified by:
setin interfaceUpdateExecBuilder
-
substitution
Description copied from interface:UpdateExecBuilderProvide a set of (Var, Node) for substitution in the query when QueryExec is built.- Specified by:
substitutionin interfaceUpdateExecBuilder
-
substitution
Description copied from interface:UpdateExecBuilderProvide a (Var, Node) for substitution in the query when QueryExec is built.- Specified by:
substitutionin interfaceUpdateExecBuilder
-
initialBinding
-
build
- Specified by:
buildin interfaceUpdateExecBuilder
-
execute
public void execute()Description copied from interface:UpdateExecBuilderBuild and execute.- Specified by:
executein interfaceUpdateExecBuilder
-
execute
-