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