|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.axiondb.event.BaseDatabaseModificationListener
org.axiondb.engine.metaupdaters.AxionTablesMetaTableUpdater
public class AxionTablesMetaTableUpdater
Updates the AXION_TABLES
meta table
Constructor Summary | |
---|---|
AxionTablesMetaTableUpdater(Database db)
|
Method Summary | |
---|---|
Row |
createRowForAddedTable(Table table)
|
void |
tableAdded(DatabaseModifiedEvent e)
|
void |
tableDropped(DatabaseModifiedEvent e)
|
Methods inherited from class org.axiondb.event.BaseDatabaseModificationListener |
---|
sequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAdded |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.axiondb.event.DatabaseModificationListener |
---|
sequenceAdded, sequenceDropped, serverAdded, serverDropped, typeAdded |
Constructor Detail |
---|
public AxionTablesMetaTableUpdater(Database db)
Method Detail |
---|
public void tableAdded(DatabaseModifiedEvent e)
tableAdded
in interface DatabaseModificationListener
tableAdded
in class BaseDatabaseModificationListener
public void tableDropped(DatabaseModifiedEvent e)
tableDropped
in interface DatabaseModificationListener
tableDropped
in class BaseDatabaseModificationListener
public Row createRowForAddedTable(Table table)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |