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