public class TrimmableDbTable<T> extends DerivedDbTable
| Modifier and Type | Field and Description |
|---|---|
protected DbKey.Factory<T> |
dbKeyFactory |
db, schema, schemaTable, table| Modifier and Type | Method and Description |
|---|---|
static boolean |
canBeTrimmed(int height,
boolean latest,
org.h2.value.Value... key) |
void |
init() |
void |
popOffTo(int height) |
void |
trim(int height) |
createSearchIndex, isPersistent, rollback, truncategetConnection, getCount, getCount, getCount, getRowCount, getSchemaTable, toString, truncateAllprotected final DbKey.Factory<T> dbKeyFactory
public void init()
init in class DerivedDbTablepublic 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)