Interface Update
- All Superinterfaces:
Operation
- All Known Implementing Classes:
AbstractHTTPUpdate, AbstractParserUpdate, AbstractParserUpdate, AbstractUpdate, ClearableAwareUpdate, DelegatingUpdate, HTTPUpdate, LoggingUpdate, SailUpdate, SPARQLUpdate
An update operation on a repository that can be formulated in one of the supported query languages (for example
SPARQL).
- Author:
- Jeen
-
Method Summary
Methods inherited from interface Operation
clearBindings, getBindings, getDataset, getIncludeInferred, getMaxExecutionTime, removeBinding, setBinding, setDataset, setIncludeInferred, setMaxExecutionTime
-
Method Details
-
execute
Execute this update on the repository.- Throws:
UpdateExecutionException- if the update could not be successfully completed.
-