java.lang.Object
org.apache.jena.sparql.exec.UpdateExecBuilderAdapter
- All Implemented Interfaces:
UpdateExecBuilder
UpdateExecBuilder view over an UpdateExecutionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecBuilder
adapt
(UpdateExecutionBuilder builder) Adapter that attempts to unwrap an UpdateExecutionBuilderAdapter's builderbuild()
Set the context.Set a context entry.Set a context entry.substitution
(String varName, Node value) Provide a (Var name, Node) for substitution in the query when QueryExec is built.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.Set the update.Set the update.update
(UpdateRequest updateRequest) Set the update.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
execute
-
Method Details
-
adapt
Adapter that attempts to unwrap an UpdateExecutionBuilderAdapter's builder -
getExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Set the update.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Set the update.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Set the update.- Specified by:
update
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
-
context
Description copied from interface:UpdateExecBuilder
Set the context. if not set, defaults to the system context (ARQ.getContext()
).- Specified by:
context
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 name, 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
-
build
- Specified by:
build
in interfaceUpdateExecBuilder
-