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