Uses of Class
io.trino.grammar.sql.SqlBaseParser.ShowColumnsContext
Packages that use SqlBaseParser.ShowColumnsContext
-
Uses of SqlBaseParser.ShowColumnsContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.ShowColumnsContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.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().SqlBaseBaseVisitor.visitShowColumns(SqlBaseParser.ShowColumnsContext ctx) Visit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitShowColumns(SqlBaseParser.ShowColumnsContext ctx) Visit a parse tree produced by theshowColumnslabeled alternative inSqlBaseParser.statement().