java.lang.Object
org.apache.jena.update.UpdateExecutionDatasetBuilder
- All Implemented Interfaces:
- UpdateExecutionBuilder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Set theContext.create()voidexecute()Build and executevoidinitialBinding(QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.Create a new builder ofQueryExecutionfor a local dataset.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.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.update.UpdateExecutionBuildertimeout
- 
Constructor Details- 
UpdateExecutionDatasetBuilderpublic UpdateExecutionDatasetBuilder()
 
- 
- 
Method Details- 
newBuilderCreate a new builder ofQueryExecutionfor a local dataset.
- 
create
- 
updateAppend the updates in anUpdateRequestto theUpdateRequestbeing built.- Specified by:
- updatein interface- UpdateExecutionBuilder
 
- 
updateAdd theUpdateto theUpdateRequestbeing built.- Specified by:
- updatein interface- UpdateExecutionBuilder
 
- 
updateParse and update operations to theUpdateRequestbeing built.- Specified by:
- updatein interface- UpdateExecutionBuilder
 
- 
parseCheckDescription copied from interface:UpdateExecutionBuilderHint whether to immediately parse update strings passed toUpdateExecutionBuilder.update(String).- Specified by:
- parseCheckin interface- UpdateExecutionBuilder
 
- 
dataset
- 
set- Specified by:
- setin interface- UpdateExecutionBuilder
 
- 
set- Specified by:
- setin interface- UpdateExecutionBuilder
 
- 
contextSet theContext. This defaults to the global settings ofARQ.getContext(). If there was a previous call ofcontextthe multiple contexts are merged.- Specified by:
- contextin interface- UpdateExecutionBuilder
 
- 
initialBinding@Deprecated(forRemoval=true) public UpdateExecutionDatasetBuilder initialBinding(QuerySolution querySolution) Deprecated, for removal: This API element is subject to removal in a future version.Prefersubstitution(QuerySolution).
- 
substitution- Specified by:
- substitutionin interface- UpdateExecutionBuilder
 
- 
substitutionpublic UpdateExecutionDatasetBuilder substitution(String varName, org.apache.jena.rdf.model.RDFNode value) - Specified by:
- substitutionin interface- UpdateExecutionBuilder
 
- 
timeout- Specified by:
- timeoutin interface- UpdateExecutionBuilder
 
- 
build- Specified by:
- buildin interface- UpdateExecutionBuilder
 
- 
executepublic void execute()Description copied from interface:UpdateExecutionBuilderBuild and execute- Specified by:
- executein interface- UpdateExecutionBuilder
 
- 
execute
 
- 
substitution(QuerySolution).