java.lang.Object
org.apache.jena.sparql.exec.UpdateExecutionBuilderAdapter
- All Implemented Interfaces:
UpdateExecutionBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecutionBuilderadapt(UpdateExecBuilder builder) Adapter that attempts to unwrap an UpdateExecBuilderAdapter builderbuild()substitution(String varName, RDFNode value) substitution(QuerySolution querySolution) Parse and update operations 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.update.UpdateExecutionBuilder
execute
-
Constructor Details
-
UpdateExecutionBuilderAdapter
-
-
Method Details
-
adapt
Adapter that attempts to unwrap an UpdateExecBuilderAdapter builder -
getExecBuilder
-
update
Description copied from interface:UpdateExecutionBuilderAppend the updates in anUpdateRequestto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
update
Description copied from interface:UpdateExecutionBuilderAdd theUpdateto theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
update
Description copied from interface:UpdateExecutionBuilderParse and update operations to theUpdateRequestbeing built.- Specified by:
updatein interfaceUpdateExecutionBuilder
-
set
- Specified by:
setin interfaceUpdateExecutionBuilder
-
set
- Specified by:
setin interfaceUpdateExecutionBuilder
-
context
- Specified by:
contextin interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitutionin interfaceUpdateExecutionBuilder
-
substitution
- Specified by:
substitutionin interfaceUpdateExecutionBuilder
-
build
- Specified by:
buildin interfaceUpdateExecutionBuilder
-