Uses of Interface
org.apache.flink.table.catalog.listener.DatabaseModificationEvent
-
Packages that use DatabaseModificationEvent Package Description org.apache.flink.table.catalog.listener -
-
Uses of DatabaseModificationEvent in org.apache.flink.table.catalog.listener
Subinterfaces of DatabaseModificationEvent in org.apache.flink.table.catalog.listener Modifier and Type Interface Description interfaceAlterDatabaseEventWhen a database is altered, anAlterDatabaseEventevent will be created and fired which has the old database and new database.interfaceCreateDatabaseEventWhen a database is created, aCreateDatabaseEventevent will be created and fired.interfaceDropDatabaseEventWhen a database is dropped, aDropDatabaseEventevent will be created and fired.
-