| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.clickhouse |
| 限定符和类型 | 方法和说明 |
|---|---|
ClickHouseParser.QueryContext |
ClickHouseParser.query() |
ClickHouseParser.QueryContext |
ClickHouseParser.QueryStmtContext.query() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClickHouseParserListener.enterQuery(ClickHouseParser.QueryContext ctx)
Enter a parse tree produced by
ClickHouseParser.query(). |
void |
ClickHouseParserBaseListener.enterQuery(ClickHouseParser.QueryContext ctx)
Enter a parse tree produced by
ClickHouseParser.query(). |
void |
ClickHouseParserListener.exitQuery(ClickHouseParser.QueryContext ctx)
Exit a parse tree produced by
ClickHouseParser.query(). |
void |
ClickHouseParserBaseListener.exitQuery(ClickHouseParser.QueryContext ctx)
Exit a parse tree produced by
ClickHouseParser.query(). |
T |
ClickHouseParserVisitor.visitQuery(ClickHouseParser.QueryContext ctx)
Visit a parse tree produced by
ClickHouseParser.query(). |
T |
ClickHouseParserBaseVisitor.visitQuery(ClickHouseParser.QueryContext ctx)
Visit a parse tree produced by
ClickHouseParser.query(). |
Copyright © 2022. All rights reserved.