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()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 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, timeout
-
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
-
parseCheck
Description copied from interface:UpdateExecutionBuilderHint whether to immediately parse update strings passed toUpdateExecutionBuilder.update(String).- Specified by:
parseCheckin 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
-
timeout
- Specified by:
timeoutin interfaceUpdateExecutionBuilder
-
build
- Specified by:
buildin interfaceUpdateExecutionBuilder
-