Package org.apache.jena.sparql.exec
Class UpdateExecutionBuilderAdapter
java.lang.Object
org.apache.jena.sparql.exec.UpdateExecutionBuilderAdapter
- All Implemented Interfaces:
UpdateExecutionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
substitution
(String varName, RDFNode value) substitution
(QuerySolution querySolution) Parse and update operations 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.update.UpdateExecutionBuilder
execute
-
Constructor Details
-
UpdateExecutionBuilderAdapter
-
-
Method Details
-
getExecBuilder
-
update
Description copied from interface:UpdateExecutionBuilder
Append the updates in anUpdateRequest
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
update
Description copied from interface:UpdateExecutionBuilder
Add theUpdate
to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
update
Description copied from interface:UpdateExecutionBuilder
Parse and update operations to theUpdateRequest
being built.- Specified by:
update
in interfaceUpdateExecutionBuilder
-
set
- Specified by:
set
in interfaceUpdateExecutionBuilder
-
set
- Specified by:
set
in interfaceUpdateExecutionBuilder
-
context
- Specified by:
context
in interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitution
in interfaceUpdateExecutionBuilder
-
build
- Specified by:
build
in interfaceUpdateExecutionBuilder
-