java.lang.Object
org.apache.jena.sparql.exec.UpdateExecutionAdapter
- All Implemented Interfaces:
UpdateExecution
,UpdateProcessor
- Direct Known Subclasses:
UpdateExecutionHTTP
-
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateExecution
adapt
(UpdateExec updateExec) void
execute()
ExecuteMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.update.UpdateProcessor
getContext, getDatasetGraph
-
Method Details
-
adapt
-
execute
public void execute()Description copied from interface:UpdateExecution
Execute- Specified by:
execute
in interfaceUpdateExecution
- Specified by:
execute
in interfaceUpdateProcessor
-