Uses of Interface
org.apache.flink.table.catalog.listener.TableModificationEvent
Packages that use TableModificationEvent
-
Uses of TableModificationEvent in org.apache.flink.table.catalog.listener
Subinterfaces of TableModificationEvent in org.apache.flink.table.catalog.listenerModifier and TypeInterfaceDescriptioninterfaceWhen a table is altered, aAlterTableEventevent will be created and fired.interfaceWhen a table is created, aCreateTableEventevent will be created and fired.interfaceWhen a table is dropped, aDropTableEventevent will be created and fired.