| Package | Description |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
MySqlParserListener.enterUnionSelect(MySqlParser.UnionSelectContext ctx)
Enter a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
void |
MySqlParserBaseListener.enterUnionSelect(MySqlParser.UnionSelectContext ctx)
Enter a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
void |
MySqlParserListener.exitUnionSelect(MySqlParser.UnionSelectContext ctx)
Exit a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
void |
MySqlParserBaseListener.exitUnionSelect(MySqlParser.UnionSelectContext ctx)
Exit a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
T |
MySqlParserVisitor.visitUnionSelect(MySqlParser.UnionSelectContext ctx)
Visit a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
T |
MySqlParserBaseVisitor.visitUnionSelect(MySqlParser.UnionSelectContext ctx)
Visit a parse tree produced by the
unionSelect
labeled alternative in MySqlParser.selectStatement(). |
Copyright © 2023 Seata. All rights reserved.