org.axiondb.engine.metaupdaters
Class AxionTypesMetaTableUpdater
java.lang.Object
org.axiondb.event.BaseDatabaseModificationListener
org.axiondb.engine.metaupdaters.AxionTypesMetaTableUpdater
- All Implemented Interfaces:
- DatabaseModificationListener
public class AxionTypesMetaTableUpdater
- extends BaseDatabaseModificationListener
- implements DatabaseModificationListener
Updates the AXION_TYPES
meta table
- Version:
- $Revision: 1.3 $ $Date: 2005/12/20 18:32:57 $
- See Also:
DatabaseMetaData.getTypeInfo()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxionTypesMetaTableUpdater
public AxionTypesMetaTableUpdater(Database db)
typeAdded
public void typeAdded(DatabaseTypeEvent e)
- Specified by:
typeAdded
in interface DatabaseModificationListener
- Overrides:
typeAdded
in class BaseDatabaseModificationListener