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