| Package | Description |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserListener.enterSetTransaction(MySqlParser.SetTransactionContext ctx)
Enter a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
void |
MySqlParserBaseListener.enterSetTransaction(MySqlParser.SetTransactionContext ctx)
Enter a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
void |
MySqlParserListener.exitSetTransaction(MySqlParser.SetTransactionContext ctx)
Exit a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
void |
MySqlParserBaseListener.exitSetTransaction(MySqlParser.SetTransactionContext ctx)
Exit a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
T |
MySqlParserVisitor.visitSetTransaction(MySqlParser.SetTransactionContext ctx)
Visit a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
T |
MySqlParserBaseVisitor.visitSetTransaction(MySqlParser.SetTransactionContext ctx)
Visit a parse tree produced by the
setTransaction
labeled alternative in MySqlParser.setStatement(). |
Copyright © 2023 Seata. All rights reserved.