| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.mysql |
| 限定符和类型 | 方法和说明 |
|---|---|
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. All rights reserved.