Package org.apache.jena.sparql.exec
Class UpdateProcessorAdapter
- java.lang.Object
-
- org.apache.jena.sparql.exec.UpdateProcessorAdapter
-
- All Implemented Interfaces:
UpdateExecution
,UpdateProcessor
- Direct Known Subclasses:
UpdateExecutionHTTP
public class UpdateProcessorAdapter extends java.lang.Object implements UpdateExecution
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateExecution
adapt(UpdateExec updateExec)
void
execute()
Execute-
Methods 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 Detail
-
adapt
public static UpdateExecution adapt(UpdateExec updateExec)
-
execute
public void execute()
Description copied from interface:UpdateExecution
Execute- Specified by:
execute
in interfaceUpdateExecution
- Specified by:
execute
in interfaceUpdateProcessor
-
-