| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
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. All rights reserved.