Uses of Class
io.debezium.relational.ddl.DdlParserListener.Event
Packages that use DdlParserListener.Event
-
Uses of DdlParserListener.Event in io.debezium.relational.ddl
Subclasses of DdlParserListener.Event in io.debezium.relational.ddlModifier and TypeClassDescriptionstatic classAn event describing the altering of a database.static classAn event describing the creation of a database.static classAn event describing the dropping of a database.static classThe base class for all table-related events.static classAn event describing the switching of a database.static classAn event describing the setting of a variable.static classAn event describing the altering of a table.static classAn event describing the creation (or replacement) of a table.static classAn event describing the dropping of a table.static classThe base class for all table-related events.static classAn event describing the creation of an index on a table.static classAn event describing the dropping of an index on a table.static classThe abstract base class for all index-related events.static classAn event describing the truncating of a table.Fields in io.debezium.relational.ddl with type parameters of type DdlParserListener.EventMethods in io.debezium.relational.ddl with parameters of type DdlParserListener.EventModifier and TypeMethodDescriptionprotected StringDdlChanges.getDatabase(DdlParserListener.Event event) voidDdlChanges.handle(DdlParserListener.Event event) voidDdlParserListener.handle(DdlParserListener.Event event) Handle a DDL event.protected voidAbstractDdlParser.signalChangeEvent(DdlParserListener.Event event) Signal an event to ddl changes listener.Method parameters in io.debezium.relational.ddl with type arguments of type DdlParserListener.EventModifier and TypeMethodDescriptionvoidDdlChanges.DatabaseEventConsumer.consume(String databaseName, List<DdlParserListener.Event> events)