Interface CatalogModificationEvent
- All Known Subinterfaces:
AlterDatabaseEvent,AlterModelEvent,AlterTableEvent,CreateDatabaseEvent,CreateModelEvent,CreateTableEvent,DatabaseModificationEvent,DropDatabaseEvent,DropModelEvent,DropTableEvent,TableModificationEvent
@PublicEvolving
public interface CatalogModificationEvent
The basic interface for catalog modification event, all database and table related events are
implements this interface.
-
Method Summary
Modifier and TypeMethodDescriptioncontext()The context to identify physical catalog for the event.
-
Method Details
-
context
CatalogContext context()The context to identify physical catalog for the event.
-