| 程序包 | 说明 |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
MySqlParser.SelectSpecContext |
MySqlParser.selectSpec() |
MySqlParser.SelectSpecContext |
MySqlParser.QuerySpecificationContext.selectSpec(int i) |
MySqlParser.SelectSpecContext |
MySqlParser.QuerySpecificationNointoContext.selectSpec(int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<MySqlParser.SelectSpecContext> |
MySqlParser.QuerySpecificationContext.selectSpec() |
List<MySqlParser.SelectSpecContext> |
MySqlParser.QuerySpecificationNointoContext.selectSpec() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlParserListener.enterSelectSpec(MySqlParser.SelectSpecContext ctx)
Enter a parse tree produced by
MySqlParser.selectSpec(). |
void |
MySqlParserBaseListener.enterSelectSpec(MySqlParser.SelectSpecContext ctx)
Enter a parse tree produced by
MySqlParser.selectSpec(). |
void |
MySqlParserListener.exitSelectSpec(MySqlParser.SelectSpecContext ctx)
Exit a parse tree produced by
MySqlParser.selectSpec(). |
void |
MySqlParserBaseListener.exitSelectSpec(MySqlParser.SelectSpecContext ctx)
Exit a parse tree produced by
MySqlParser.selectSpec(). |
T |
MySqlParserBaseVisitor.visitSelectSpec(MySqlParser.SelectSpecContext ctx)
Visit a parse tree produced by
MySqlParser.selectSpec(). |
T |
MySqlParserVisitor.visitSelectSpec(MySqlParser.SelectSpecContext ctx)
Visit a parse tree produced by
MySqlParser.selectSpec(). |
Copyright © 2022 Seata. All rights reserved.