Interface CreateDatabaseEvent
-
- All Superinterfaces:
CatalogModificationEvent,DatabaseModificationEvent
@PublicEvolving public interface CreateDatabaseEvent extends DatabaseModificationEvent
When a database is created, aCreateDatabaseEventevent will be created and fired.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CreateDatabaseEventcreateEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase database, boolean ignoreIfExists)booleanignoreIfExists()-
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
-
ignoreIfExists
boolean ignoreIfExists()
-
createEvent
static CreateDatabaseEvent createEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase database, boolean ignoreIfExists)
-
-