Uses of Class
com.exasol.sql.dml.merge.MatchedClause
-
Packages that use MatchedClause Package Description com.exasol.sql.dml.merge com.exasol.sql.dml.merge.rendering -
-
Uses of MatchedClause in com.exasol.sql.dml.merge
Methods in com.exasol.sql.dml.merge that return MatchedClause Modifier and Type Method Description MatchedClauseMerge. getMatched()Get theWHEN MATCHEDclause.MatchedClauseMerge. getNotMatched()Get theWHEN NOT MATCHEDclause.MatchedClauseMerge. whenMatched()Define the merge strategy if the match criteria is met.Methods in com.exasol.sql.dml.merge with parameters of type MatchedClause Modifier and Type Method Description voidMergeVisitor. visit(MatchedClause matchedClause)Visit the definition of the merge strategy in case of matching rows. -
Uses of MatchedClause in com.exasol.sql.dml.merge.rendering
Methods in com.exasol.sql.dml.merge.rendering with parameters of type MatchedClause Modifier and Type Method Description voidMergeRenderer. visit(MatchedClause matchedClause)
-