| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterDropView(SqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterDropView(SqlBaseParser.DropViewContext ctx)
Enter a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitDropView(SqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitDropView(SqlBaseParser.DropViewContext ctx)
Exit a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitDropView(SqlBaseParser.DropViewContext ctx)
Visit a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitDropView(SqlBaseParser.DropViewContext ctx)
Visit a parse tree produced by the
dropView
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.