Package org.eclipse.rdf4j.query
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 org.eclipse.rdf4j.query.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.
-