Uses of Class
io.trino.grammar.sql.SqlBaseParser.ShowCatalogsContext
Packages that use SqlBaseParser.ShowCatalogsContext
-
Uses of SqlBaseParser.ShowCatalogsContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.ShowCatalogsContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Enter a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Enter a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Exit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Exit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Visit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx) Visit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().