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