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