Interface ModelModificationEvent
-
- All Superinterfaces:
CatalogModificationEvent
- All Known Subinterfaces:
AlterModelEvent,CreateModelEvent,DropModelEvent
@PublicEvolving public interface ModelModificationEvent extends CatalogModificationEvent
Basic event for model modification such as create, alter and drop.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.catalog.ObjectIdentifieridentifier()booleanisTemporary()org.apache.flink.table.catalog.CatalogModelmodel()-
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
-