@PublicEvolving public interface AlterDatabaseEvent extends DatabaseModificationEvent
AlterDatabaseEvent event will be created and fired which
has the old database and new database.| Modifier and Type | Method and Description |
|---|---|
static CatalogModificationEvent |
createEvent(CatalogContext context,
String databaseName,
org.apache.flink.table.catalog.CatalogDatabase newDatabase,
boolean ignoreIfNotExists) |
boolean |
ignoreIfNotExists() |
org.apache.flink.table.catalog.CatalogDatabase |
newDatabase() |
database, databaseNamecontextorg.apache.flink.table.catalog.CatalogDatabase newDatabase()
boolean ignoreIfNotExists()
static CatalogModificationEvent createEvent(CatalogContext context, String databaseName, org.apache.flink.table.catalog.CatalogDatabase newDatabase, boolean ignoreIfNotExists)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.