| 程序包 | 说明 |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
MySqlParser.XidContext |
MySqlParser.xid() |
MySqlParser.XidContext |
MySqlParser.XaStartTransactionContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaEndTransactionContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaPrepareStatementContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaCommitWorkContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaRollbackWorkContext.xid() |
MySqlParser.XidContext |
MySqlParser.XaRecoverWorkContext.xid() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlParserListener.enterXid(MySqlParser.XidContext ctx)
Enter a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserBaseListener.enterXid(MySqlParser.XidContext ctx)
Enter a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserListener.exitXid(MySqlParser.XidContext ctx)
Exit a parse tree produced by
MySqlParser.xid(). |
void |
MySqlParserBaseListener.exitXid(MySqlParser.XidContext ctx)
Exit a parse tree produced by
MySqlParser.xid(). |
T |
MySqlParserBaseVisitor.visitXid(MySqlParser.XidContext ctx)
Visit a parse tree produced by
MySqlParser.xid(). |
T |
MySqlParserVisitor.visitXid(MySqlParser.XidContext ctx)
Visit a parse tree produced by
MySqlParser.xid(). |
Copyright © 2022 Seata. All rights reserved.