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