java.lang.Object
org.apache.jena.sparql.exec.UpdateExecutionBuilderAdapter
- All Implemented Interfaces:
UpdateExecutionBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecutionBuilder
adapt
(UpdateExecBuilder builder) Adapter that attempts to unwrap an UpdateExecBuilderAdapter builderbuild()
parseCheck
(boolean parseCheck) Hint whether to immediately parse update strings passed toUpdateExecutionBuilder.update(String)
.substitution
(String varName, org.apache.jena.rdf.model.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
-
adapt
Adapter that attempts to unwrap an UpdateExecBuilderAdapter builder -
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
-
parseCheck
Description copied from interface:UpdateExecutionBuilder
Hint whether to immediately parse update strings passed toUpdateExecutionBuilder.update(String)
.- Specified by:
parseCheck
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
-