Uses of Class
io.trino.sql.parser.SqlBaseParser.MergeUpdateContext
-
Packages that use SqlBaseParser.MergeUpdateContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.MergeUpdateContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.MergeUpdateContext Modifier and Type Method Description voidSqlBaseBaseListener. enterMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Enter a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseListener. enterMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Enter a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseBaseListener. exitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Exit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseListener. exitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Exit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().TSqlBaseBaseVisitor. visitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Visit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().TSqlBaseVisitor. visitMergeUpdate(SqlBaseParser.MergeUpdateContext ctx)Visit a parse tree produced by themergeUpdatelabeled alternative inSqlBaseParser.mergeCase().
-