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