Uses of Class
io.debezium.ddl.parser.mysql.generated.MySqlParser.XidContext
Packages that use MySqlParser.XidContext
-
Uses of MySqlParser.XidContext in io.debezium.ddl.parser.mysql.generated
Methods in io.debezium.ddl.parser.mysql.generated that return MySqlParser.XidContextModifier and TypeMethodDescriptionMySqlParser.XaCommitWorkContext.xid()MySqlParser.XaEndTransactionContext.xid()MySqlParser.XaPrepareStatementContext.xid()MySqlParser.XaRecoverWorkContext.xid()MySqlParser.XaRollbackWorkContext.xid()MySqlParser.XaStartTransactionContext.xid()final MySqlParser.XidContextMySqlParser.xid()Methods in io.debezium.ddl.parser.mysql.generated with parameters of type MySqlParser.XidContextModifier and TypeMethodDescriptionvoidMySqlParserBaseListener.enterXid(MySqlParser.XidContext ctx) Enter a parse tree produced byMySqlParser.xid().voidMySqlParserListener.enterXid(MySqlParser.XidContext ctx) Enter a parse tree produced byMySqlParser.xid().voidMySqlParserBaseListener.exitXid(MySqlParser.XidContext ctx) Exit a parse tree produced byMySqlParser.xid().voidMySqlParserListener.exitXid(MySqlParser.XidContext ctx) Exit a parse tree produced byMySqlParser.xid().