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