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