| 程序包 | 说明 |
|---|---|
| io.seata.sqlparser.antlr.mysql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MySqlParserListener.enterColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Enter a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
void |
MySqlParserBaseListener.enterColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Enter a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
void |
MySqlParserListener.exitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Exit a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
void |
MySqlParserBaseListener.exitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Exit a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
T |
MySqlParserBaseVisitor.visitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Visit a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
T |
MySqlParserVisitor.visitColumnDeclaration(MySqlParser.ColumnDeclarationContext ctx)
Visit a parse tree produced by the
columnDeclaration
labeled alternative in MySqlParser.createDefinition(). |
Copyright © 2022 Seata. All rights reserved.