Uses of Class
io.trino.sql.parser.SqlBaseParser.ShowColumnsContext
-
Packages that use SqlBaseParser.ShowColumnsContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ShowColumnsContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ShowColumnsContext Modifier and Type Method Description voidSqlBaseBaseListener. enterShowColumns(SqlBaseParser.ShowColumnsContext ctx)Enter a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. enterShowColumns(SqlBaseParser.ShowColumnsContext ctx)Enter a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener. exitShowColumns(SqlBaseParser.ShowColumnsContext ctx)Exit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. exitShowColumns(SqlBaseParser.ShowColumnsContext ctx)Exit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().TSqlBaseBaseVisitor. visitShowColumns(SqlBaseParser.ShowColumnsContext ctx)Visit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitShowColumns(SqlBaseParser.ShowColumnsContext ctx)Visit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().
-