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