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