Package org.apache.jena.sparql.exec
Class UpdateExecDataset
- java.lang.Object
-
- org.apache.jena.sparql.modify.UpdateProcessorBase
-
- org.apache.jena.sparql.exec.UpdateExecDataset
-
- All Implemented Interfaces:
UpdateExec
,UpdateProcessor
public class UpdateExecDataset extends UpdateProcessorBase implements UpdateExec
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Execute-
Methods inherited from class org.apache.jena.sparql.modify.UpdateProcessorBase
getContext, getDatasetGraph
-
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
-
execute
public void execute()
Description copied from interface:UpdateProcessor
Execute- Specified by:
execute
in interfaceUpdateExec
- Specified by:
execute
in interfaceUpdateProcessor
- Overrides:
execute
in classUpdateProcessorBase
-
-