| Package | Description |
|---|---|
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dml.merge.rendering |
| Modifier and Type | Method and Description |
|---|---|
MatchedClause |
Merge.getMatched()
Get the
WHEN MATCHED clause. |
MatchedClause |
Merge.getNotMatched()
Get the
WHEN NOT MATCHED clause. |
MatchedClause |
Merge.whenMatched()
Define the merge strategy if the match criteria is met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeVisitor.visit(MatchedClause matchedClause)
Visit the definition of the merge strategy in case of matching rows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeRenderer.visit(MatchedClause matchedClause) |
Copyright © 2018–2021. All rights reserved.