@PublicEvolving public interface DropTableEvent extends TableModificationEvent
DropTableEvent event will be created and fired.| Modifier and Type | Method and Description |
|---|---|
static DropTableEvent |
createEvent(CatalogContext context,
org.apache.flink.table.catalog.ObjectIdentifier identifier,
org.apache.flink.table.catalog.CatalogBaseTable table,
boolean ignoreIfNotExists,
boolean isTemporary) |
boolean |
ignoreIfNotExists() |
identifier, isTemporary, tablecontextboolean ignoreIfNotExists()
static DropTableEvent createEvent(CatalogContext context, org.apache.flink.table.catalog.ObjectIdentifier identifier, @Nullable org.apache.flink.table.catalog.CatalogBaseTable table, boolean ignoreIfNotExists, boolean isTemporary)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.