public class AxionTablesMetaTableUpdater extends BaseDatabaseModificationListener implements DatabaseModificationListener
AXION_TABLES meta table| Constructor and Description |
|---|
AxionTablesMetaTableUpdater(Database db) |
| Modifier and Type | Method and Description |
|---|---|
Row |
createRowForAddedTable(Table table) |
void |
tableAdded(DatabaseModifiedEvent e) |
void |
tableDropped(DatabaseModifiedEvent e) |
sequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAddedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAddedpublic AxionTablesMetaTableUpdater(Database db)
public void tableAdded(DatabaseModifiedEvent e)
tableAdded in interface DatabaseModificationListenertableAdded in class BaseDatabaseModificationListenerpublic void tableDropped(DatabaseModifiedEvent e)
tableDropped in interface DatabaseModificationListenertableDropped in class BaseDatabaseModificationListener