Uses of Enum
io.debezium.relational.ddl.DdlParserListener.EventType
Packages that use DdlParserListener.EventType
-
Uses of DdlParserListener.EventType in io.debezium.relational.ddl
Fields in io.debezium.relational.ddl declared as DdlParserListener.EventTypeModifier and TypeFieldDescriptionprivate final DdlParserListener.EventTypeDdlParserListener.Event.typeMethods in io.debezium.relational.ddl that return DdlParserListener.EventTypeModifier and TypeMethodDescriptionDdlParserListener.Event.type()Get thetypeof event.static DdlParserListener.EventTypeReturns the enum constant of this type with the specified name.static DdlParserListener.EventType[]DdlParserListener.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.debezium.relational.ddl with parameters of type DdlParserListener.EventTypeModifierConstructorDescriptionDatabaseEvent(DdlParserListener.EventType type, String databaseName, String ddlStatement) Event(DdlParserListener.EventType type, String ddlStatement) TableEvent(DdlParserListener.EventType type, TableId tableId, String ddlStatement, boolean isView) TableIndexEvent(DdlParserListener.EventType type, String indexName, TableId tableId, String ddlStatement)