| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.spark |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SparkSqlBaseParserListener.enterDropView(SparkSqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
void |
SparkSqlBaseParserBaseListener.enterDropView(SparkSqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
void |
SparkSqlBaseParserListener.exitDropView(SparkSqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
void |
SparkSqlBaseParserBaseListener.exitDropView(SparkSqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
T |
SparkSqlBaseParserVisitor.visitDropView(SparkSqlBaseParser.DropViewContext ctx)
Visit a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
T |
SparkSqlBaseParserBaseVisitor.visitDropView(SparkSqlBaseParser.DropViewContext ctx)
Visit a parse tree produced by the
dropView
labeled alternative in SparkSqlBaseParser.statement(). |
Copyright © 2022. All rights reserved.