Interface DropDatabaseEvent
- All Superinterfaces:
CatalogModificationEvent,DatabaseModificationEvent
When a database is dropped, a
DropDatabaseEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionbooleancascade()static CatalogModificationEventcreateEvent(CatalogContext context, String databaseName, boolean ignoreIfNotExists, boolean cascade) booleanMethods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
contextMethods inherited from interface org.apache.flink.table.catalog.listener.DatabaseModificationEvent
database, databaseName
-
Method Details
-
ignoreIfNotExists
boolean ignoreIfNotExists() -
cascade
boolean cascade() -
createEvent
static CatalogModificationEvent createEvent(CatalogContext context, String databaseName, boolean ignoreIfNotExists, boolean cascade)
-