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