org.apache.derby.impl.store.raw.data
Class DropOnCommit
java.lang.Object
org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
org.apache.derby.impl.store.raw.data.DropOnCommit
- All Implemented Interfaces:
- java.util.Observer
public class DropOnCommit
- extends ContainerActionOnCommit
Drop a table on a commit or abort
Method Summary |
void |
update(java.util.Observable obj,
java.lang.Object arg)
Called when the transaction is about to complete. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
isStreamContainer
protected boolean isStreamContainer
DropOnCommit
public DropOnCommit(ContainerKey identity)
DropOnCommit
public DropOnCommit(ContainerKey identity,
boolean isStreamContainer)
update
public void update(java.util.Observable obj,
java.lang.Object arg)
- Called when the transaction is about to complete.
- See Also:
Observer.update(java.util.Observable, java.lang.Object)
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.