Uses of Class
io.trino.sql.parser.SqlBaseParser.ShowCatalogsContext
-
Packages that use SqlBaseParser.ShowCatalogsContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ShowCatalogsContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ShowCatalogsContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)Visit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitShowCatalogs(SqlBaseParser.ShowCatalogsContext ctx)Visit a parse tree produced by theshowCatalogslabeled alternative inSqlBaseParser.statement().
-