@PublicEvolving public interface DropDatabaseEvent extends DatabaseModificationEvent
DropDatabaseEvent
event will be created and fired.Modifier and Type | Method and Description |
---|---|
boolean |
cascade() |
static CatalogModificationEvent |
createEvent(CatalogContext context,
String databaseName,
boolean ignoreIfNotExists,
boolean cascade) |
boolean |
ignoreIfNotExists() |
database, databaseName
context
boolean ignoreIfNotExists()
boolean cascade()
static CatalogModificationEvent createEvent(CatalogContext context, String databaseName, boolean ignoreIfNotExists, boolean cascade)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.