Uses of Interface
org.apache.flink.table.catalog.listener.DatabaseModificationEvent
Packages that use DatabaseModificationEvent
-
Uses of DatabaseModificationEvent in org.apache.flink.table.catalog.listener
Subinterfaces of DatabaseModificationEvent in org.apache.flink.table.catalog.listenerModifier and TypeInterfaceDescriptioninterfaceWhen a database is altered, anAlterDatabaseEventevent will be created and fired which has the old database and new database.interfaceWhen a database is created, aCreateDatabaseEventevent will be created and fired.interfaceWhen a database is dropped, aDropDatabaseEventevent will be created and fired.