| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.clickhouse |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClickHouseParserListener.enterColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Enter a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
void |
ClickHouseParserBaseListener.enterColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Enter a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
void |
ClickHouseParserListener.exitColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Exit a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
void |
ClickHouseParserBaseListener.exitColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Exit a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
T |
ClickHouseParserVisitor.visitColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Visit a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
T |
ClickHouseParserBaseVisitor.visitColumnExprCase(ClickHouseParser.ColumnExprCaseContext ctx)
Visit a parse tree produced by the
ColumnExprCase
labeled alternative in ClickHouseParser.columnExpr(). |
Copyright © 2022. All rights reserved.