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. if not set, defaults to the system context (ARQ.getContext()).parseCheck(boolean parseCheck) Hint whether to immediately parse strings passed toUpdateExecBuilder.update(String).Set a context entry.Set a context entry.substitution(String varName, org.apache.jena.graph.Node value) Provide a (Var name, Node) for substitution in the query when QueryExec is built.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.Add the string 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
execute
-
Method Details
-
adapt
Adapter that attempts to unwrap an UpdateExecutionBuilderAdapter's builder -
getExecBuilder
-
update
Description copied from interface:UpdateExecBuilderAppend the updates in anUpdateRequestto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilderAdd theUpdateto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilderAdd the string to theUpdateRequestbeing built. Implementations may support theUpdateExecBuilder.parseCheck(boolean)hint to control whether or not to parse the given strings.- Specified by:
updatein interfaceUpdateExecBuilder
-
parseCheck
Description copied from interface:UpdateExecBuilderHint whether to immediately parse strings passed toUpdateExecBuilder.update(String).- Specified by:
parseCheckin 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
-
timeout
- Specified by:
timeoutin interfaceUpdateExecBuilder
-
build
- Specified by:
buildin interfaceUpdateExecBuilder
-