Interface DatabaseModificationEvent
- All Superinterfaces:
CatalogModificationEvent
- All Known Subinterfaces:
AlterDatabaseEvent,CreateDatabaseEvent,DropDatabaseEvent
Basic event for database modification such as create, alter and drop, it has the database name
and
CatalogDatabase.-
Method Summary
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
Method Details
-
database
@Nullable org.apache.flink.table.catalog.CatalogDatabase database() -
databaseName
String databaseName()
-