Interface DatabaseModificationEvent
-
- All Superinterfaces:
CatalogModificationEvent
- All Known Subinterfaces:
AlterDatabaseEvent,CreateDatabaseEvent,DropDatabaseEvent
@PublicEvolving public interface DatabaseModificationEvent extends CatalogModificationEvent
Basic event for database modification such as create, alter and drop, it has the database name andCatalogDatabase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.table.catalog.CatalogDatabasedatabase()StringdatabaseName()-
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
-
-
-
Method Detail
-
database
@Nullable org.apache.flink.table.catalog.CatalogDatabase database()
-
databaseName
String databaseName()
-
-