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