Class DropOnCommit
java.lang.Object
org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
org.apache.derby.impl.store.raw.data.DropOnCommit
- All Implemented Interfaces:
DerbyObserver
Drop a table on a commit or abort
-
Field Summary
FieldsFields inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
identity
-
Constructor Summary
ConstructorsConstructorDescriptionDropOnCommit
(ContainerKey identity) DropOnCommit
(ContainerKey identity, boolean isStreamContainer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
update
(DerbyObservable obj, Object arg) Called when the transaction is about to complete.Methods inherited from class org.apache.derby.impl.store.raw.data.ContainerActionOnCommit
equals, hashCode
-
Field Details
-
isStreamContainer
protected boolean isStreamContainer
-
-
Constructor Details
-
DropOnCommit
-
DropOnCommit
-
-
Method Details
-
update
Called when the transaction is about to complete.- Parameters:
obj
- The object which is being observedarg
- Extra information being passed to the callback- See Also:
-