java.lang.Object
org.apache.jena.sparql.exec.UpdateExecBuilderAdapter
- All Implemented Interfaces:
UpdateExecBuilder
UpdateExecBuilder view over an UpdateExecutionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecBuilderadapt(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, waitMethods 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:UpdateExecBuilderSet the update.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilderSet the update.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilderSet the update.- Specified by:
updatein 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
-
context
Description copied from interface:UpdateExecBuilderSet the context. if not set, defaults to the system context (ARQ.getContext()).- Specified by:
contextin 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 name, 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
-
build
- Specified by:
buildin interfaceUpdateExecBuilder
-