@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,
CatalogDatabase newDatabase,
boolean ignoreIfNotExists) |
boolean |
ignoreIfNotExists() |
CatalogDatabase |
newDatabase() |
database, databaseName
context
CatalogDatabase newDatabase()
boolean ignoreIfNotExists()
static CatalogModificationEvent createEvent(CatalogContext context, String databaseName, CatalogDatabase newDatabase, boolean ignoreIfNotExists)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.