Uses of Class
io.trino.grammar.sql.SqlBaseParser.MergeInsertContext
Packages that use SqlBaseParser.MergeInsertContext
-
Uses of SqlBaseParser.MergeInsertContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.MergeInsertContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterMergeInsert(SqlBaseParser.MergeInsertContext ctx) Enter a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseListener.enterMergeInsert(SqlBaseParser.MergeInsertContext ctx) Enter a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseBaseListener.exitMergeInsert(SqlBaseParser.MergeInsertContext ctx) Exit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().voidSqlBaseListener.exitMergeInsert(SqlBaseParser.MergeInsertContext ctx) Exit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().SqlBaseBaseVisitor.visitMergeInsert(SqlBaseParser.MergeInsertContext ctx) Visit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().SqlBaseVisitor.visitMergeInsert(SqlBaseParser.MergeInsertContext ctx) Visit a parse tree produced by themergeInsertlabeled alternative inSqlBaseParser.mergeCase().