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