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