- All Known Implementing Classes:
UpdateExecBuilderAdapter,UpdateExecDatasetBuilder,UpdateExecHTTPBuilder
public interface UpdateExecBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Set the context.default voidexecute()Build and execute.Set a context entry.Set a context entry.default UpdateExecBuildersubstitution(String var, 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 request) Set the update.
-
Method Details
-
update
Set the update. -
update
Set the update. -
update
Set the update. -
set
Set a context entry. -
set
Set a context entry. -
context
Set the context. if not set, defaults to the system context (ARQ.getContext()). -
substitution
Provide a set of (Var, Node) for substitution in the query when QueryExec is built. -
substitution
Provide a (Var, Node) for substitution in the query when QueryExec is built. -
substitution
Provide a (Var name, Node) for substitution in the query when QueryExec is built. -
build
UpdateExec build() -
execute
default void execute()Build and execute.
-