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. 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 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
execute
-
Method Details
-
adapt
Adapter that attempts to unwrap an UpdateExecutionBuilderAdapter's builder -
getExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Append the updates in anUpdateRequest
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Add theUpdate
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecBuilder
-
update
Description copied from interface:UpdateExecBuilder
Add the string to theUpdateRequest
being built. Implementations may support theUpdateExecBuilder.parseCheck(boolean)
hint to control whether or not to parse the given strings.- Specified by:
update
in interfaceUpdateExecBuilder
-
parseCheck
Description copied from interface:UpdateExecBuilder
Hint whether to immediately parse strings passed toUpdateExecBuilder.update(String)
.- Specified by:
parseCheck
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
-