| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.clickhouse |
| 限定符和类型 | 方法和说明 |
|---|---|
ClickHouseParser.SelectStmtContext |
ClickHouseParser.selectStmt() |
ClickHouseParser.SelectStmtContext |
ClickHouseParser.SelectUnionStmtContext.selectStmt(int i) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ClickHouseParser.SelectStmtContext> |
ClickHouseParser.SelectUnionStmtContext.selectStmt() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClickHouseParserListener.enterSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Enter a parse tree produced by
ClickHouseParser.selectStmt(). |
void |
ClickHouseParserBaseListener.enterSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Enter a parse tree produced by
ClickHouseParser.selectStmt(). |
void |
ClickHouseParserListener.exitSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Exit a parse tree produced by
ClickHouseParser.selectStmt(). |
void |
ClickHouseParserBaseListener.exitSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Exit a parse tree produced by
ClickHouseParser.selectStmt(). |
T |
ClickHouseParserVisitor.visitSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Visit a parse tree produced by
ClickHouseParser.selectStmt(). |
T |
ClickHouseParserBaseVisitor.visitSelectStmt(ClickHouseParser.SelectStmtContext ctx)
Visit a parse tree produced by
ClickHouseParser.selectStmt(). |
Copyright © 2022. All rights reserved.