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 and CatalogDatabase.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.catalog.CatalogDatabase
     
     

    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()