org.axiondb.engine.metaupdaters
Class AxionTablesMetaTableUpdater
java.lang.Object
org.axiondb.event.BaseDatabaseModificationListener
org.axiondb.engine.metaupdaters.AxionTablesMetaTableUpdater
- All Implemented Interfaces:
- DatabaseModificationListener
- public class AxionTablesMetaTableUpdater
- extends BaseDatabaseModificationListener
- implements DatabaseModificationListener
Updates the AXION_TABLES
meta table
- Version:
- $Revision: 1.1 $ $Date: 2004/08/13 02:01:13 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionTablesMetaTableUpdater
public AxionTablesMetaTableUpdater(Database db)
tableAdded
public void tableAdded(DatabaseModifiedEvent e)
- Specified by:
tableAdded
in interface DatabaseModificationListener
- Overrides:
tableAdded
in class BaseDatabaseModificationListener
tableDropped
public void tableDropped(DatabaseModifiedEvent e)
- Specified by:
tableDropped
in interface DatabaseModificationListener
- Overrides:
tableDropped
in class BaseDatabaseModificationListener
createRowForAddedTable
public Row createRowForAddedTable(Table table)