@PublicEvolving public interface CreateDatabaseEvent extends DatabaseModificationEvent
CreateDatabaseEvent event will be created and fired.| Modifier and Type | Method and Description |
|---|---|
static CreateDatabaseEvent |
createEvent(CatalogContext context,
String databaseName,
org.apache.flink.table.catalog.CatalogDatabase database,
boolean ignoreIfExists) |
boolean |
ignoreIfExists() |
database, databaseNamecontextboolean ignoreIfExists()
static CreateDatabaseEvent createEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase database, boolean ignoreIfExists)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.