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