| Package | Description |
|---|---|
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dml.merge.rendering |
| Modifier and Type | Method and Description |
|---|---|
NotMatchedClause |
Merge.whenNotMatched()
Define the merge strategy if the match criteria is not met.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeVisitor.visit(NotMatchedClause notMatchedClause)
Visit the merge strategy in case of rows that have no match in the destination table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MergeRenderer.visit(NotMatchedClause notMatchedClause) |
Copyright © 2018–2021. All rights reserved.