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 MatchedClause
Merge. getMatched()
Get theWHEN MATCHED
clause.MatchedClause
Merge. getNotMatched()
Get theWHEN NOT MATCHED
clause.MatchedClause
Merge. 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 void
MergeVisitor. 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 void
MergeRenderer. visit(MatchedClause matchedClause)
-