Uses of Class
io.debezium.ddl.parser.mariadb.generated.MariaDBParser.PurgeBinaryLogsContext
Packages that use MariaDBParser.PurgeBinaryLogsContext
-
Uses of MariaDBParser.PurgeBinaryLogsContext in io.debezium.ddl.parser.mariadb.generated
Methods in io.debezium.ddl.parser.mariadb.generated that return MariaDBParser.PurgeBinaryLogsContextModifier and TypeMethodDescriptionMariaDBParser.purgeBinaryLogs()MariaDBParser.ReplicationStatementContext.purgeBinaryLogs()Methods in io.debezium.ddl.parser.mariadb.generated with parameters of type MariaDBParser.PurgeBinaryLogsContextModifier and TypeMethodDescriptionvoidMariaDBParserBaseListener.enterPurgeBinaryLogs(MariaDBParser.PurgeBinaryLogsContext ctx) Enter a parse tree produced byMariaDBParser.purgeBinaryLogs().voidMariaDBParserListener.enterPurgeBinaryLogs(MariaDBParser.PurgeBinaryLogsContext ctx) Enter a parse tree produced byMariaDBParser.purgeBinaryLogs().voidMariaDBParserBaseListener.exitPurgeBinaryLogs(MariaDBParser.PurgeBinaryLogsContext ctx) Exit a parse tree produced byMariaDBParser.purgeBinaryLogs().voidMariaDBParserListener.exitPurgeBinaryLogs(MariaDBParser.PurgeBinaryLogsContext ctx) Exit a parse tree produced byMariaDBParser.purgeBinaryLogs().