Interface DropDatabaseEvent
-
- All Superinterfaces:
CatalogModificationEvent,DatabaseModificationEvent
@PublicEvolving public interface DropDatabaseEvent extends DatabaseModificationEvent
When a database is dropped, aDropDatabaseEventevent will be created and fired.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancascade()static CatalogModificationEventcreateEvent(CatalogContext context, String databaseName, boolean ignoreIfNotExists, boolean cascade)booleanignoreIfNotExists()-
Methods inherited from interface org.apache.flink.table.catalog.listener.CatalogModificationEvent
context
-
Methods inherited from interface org.apache.flink.table.catalog.listener.DatabaseModificationEvent
database, databaseName
-
-
-
-
Method Detail
-
ignoreIfNotExists
boolean ignoreIfNotExists()
-
cascade
boolean cascade()
-
createEvent
static CatalogModificationEvent createEvent(CatalogContext context, String databaseName, boolean ignoreIfNotExists, boolean cascade)
-
-