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