public class TrimmableDbTable<T> extends DerivedDbTable
| Modifier and Type | Field and Description | 
|---|---|
| protected DbKey.Factory<T> | dbKeyFactory | 
db, table| Modifier and Type | Method and Description | 
|---|---|
| static boolean | canBeTrimmed(int height,
            boolean latest,
            org.h2.value.Value... key) | 
| void | popOffTo(int height) | 
| void | trim(int height) | 
createSearchIndex, isPersistent, rollback, toString, truncateprotected final DbKey.Factory<T> dbKeyFactory
public void popOffTo(int height)
popOffTo in class DerivedDbTablepublic void trim(int height)
trim in class DerivedDbTablepublic static boolean canBeTrimmed(int height,
                                   boolean latest,
                                   org.h2.value.Value... key)