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