Interface CreateDatabaseEvent
- All Superinterfaces:
CatalogModificationEvent,DatabaseModificationEvent
When a database is created, a
CreateDatabaseEvent event will be created and fired.-
Method Summary
Modifier and TypeMethodDescriptionstatic CreateDatabaseEventcreateEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase database, boolean ignoreIfExists) 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
-
ignoreIfExists
boolean ignoreIfExists() -
createEvent
static CreateDatabaseEvent createEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase database, boolean ignoreIfExists)
-