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) |
openContainerAndDoIt
hashCode
public 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 ContainerHandleActionOnCommit
StandardException
- Standard Derby error policypublic boolean equals(java.lang.Object other)
ContainerActionOnCommit
equals
in class ContainerActionOnCommit
Apache Derby V10.10 Internals - Copyright © 2004,2013 The Apache Software Foundation. All Rights Reserved.