Uses of Class
io.debezium.relational.ddl.DdlParserListener.TableIndexEvent
-
Packages that use DdlParserListener.TableIndexEvent Package Description io.debezium.relational.ddl -
-
Uses of DdlParserListener.TableIndexEvent in io.debezium.relational.ddl
Subclasses of DdlParserListener.TableIndexEvent in io.debezium.relational.ddl Modifier and Type Class Description static classDdlParserListener.TableIndexCreatedEventAn event describing the creation of an index on a table.static classDdlParserListener.TableIndexDroppedEventAn event describing the dropping of an index on a table.
-