Uses of Interface
org.apache.flink.table.catalog.listener.TableModificationEvent
-
Packages that use TableModificationEvent Package Description org.apache.flink.table.catalog.listener -
-
Uses of TableModificationEvent in org.apache.flink.table.catalog.listener
Subinterfaces of TableModificationEvent in org.apache.flink.table.catalog.listener Modifier and Type Interface Description interfaceAlterTableEventWhen a table is altered, aAlterTableEventevent will be created and fired.interfaceCreateTableEventWhen a table is created, aCreateTableEventevent will be created and fired.interfaceDropTableEventWhen a table is dropped, aDropTableEventevent will be created and fired.
-