public class TruncateOnCommit extends ContainerHandleActionOnCommit
| Modifier and Type | Field and Description |
|---|---|
private boolean |
commitAsWell
Truncate on a commit as well.
|
identity| Constructor and Description |
|---|
TruncateOnCommit(ContainerKey identity,
boolean commitAsWell) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIt(BaseContainerHandle handle) |
boolean |
equals(java.lang.Object other)
An equals method that returns true if the other obejct
is a sub-class of this, and the container identities
are equal *and* it is the same class as this.
|
void |
update(java.util.Observable obj,
java.lang.Object arg) |
openContainerAndDoIthashCodepublic TruncateOnCommit(ContainerKey identity, boolean commitAsWell)
public void update(java.util.Observable obj,
java.lang.Object arg)
protected void doIt(BaseContainerHandle handle) throws StandardException
doIt in class ContainerHandleActionOnCommitStandardException - Standard Derby error policypublic boolean equals(java.lang.Object other)
ContainerActionOnCommitequals in class ContainerActionOnCommitApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.