java.lang.Object
org.apache.jena.sparql.exec.UpdateExecDatasetBuilder
- All Implemented Interfaces:
UpdateExecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Set theContext
.static UpdateExecDatasetBuilder
create()
dataset
(DatasetGraph dsg) void
execute()
Build and execute.void
execute
(DatasetGraph dsg) initialBinding
(Binding initialBinding) Deprecated.parseCheck
(boolean parseCheck) Hint has no effect on update execs over datasets.Set a context entry.Set a context entry.substitution
(Var var, org.apache.jena.graph.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 theUpdateRequest
being built.Add theUpdate
to theUpdateRequest
being built.update
(UpdateRequest updateRequest) Append the updates in anUpdateRequest
to theUpdateRequest
being built.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.sparql.exec.UpdateExecBuilder
substitution
-
Method Details
-
create
-
update
Append the updates in anUpdateRequest
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Add theUpdate
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Parse and update operations to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecBuilder
-
parseCheck
Hint has no effect on update execs over datasets.- Specified by:
parseCheck
in interfaceUpdateExecBuilder
-
dataset
-
context
Set theContext
. This defaults to the global settings ofARQ.getContext()
. If there was a previous call ofcontext
the multiple contexts are merged.- Specified by:
context
in interfaceUpdateExecBuilder
-
set
Description copied from interface:UpdateExecBuilder
Set a context entry.- Specified by:
set
in interfaceUpdateExecBuilder
-
set
Description copied from interface:UpdateExecBuilder
Set a context entry.- Specified by:
set
in interfaceUpdateExecBuilder
-
substitution
Description copied from interface:UpdateExecBuilder
Provide a set of (Var, Node) for substitution in the query when QueryExec is built.- Specified by:
substitution
in interfaceUpdateExecBuilder
-
substitution
Description copied from interface:UpdateExecBuilder
Provide a (Var, Node) for substitution in the query when QueryExec is built.- Specified by:
substitution
in interfaceUpdateExecBuilder
-
initialBinding
Deprecated. -
build
- Specified by:
build
in interfaceUpdateExecBuilder
-
execute
public void execute()Description copied from interface:UpdateExecBuilder
Build and execute.- Specified by:
execute
in interfaceUpdateExecBuilder
-
execute
-