| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dml.merge | |
| com.exasol.sql.dml.merge.rendering |
| Modifier and Type | Method and Description |
|---|---|
Merge |
StatementFactory.mergeInto(String destinationTable)
Create a
Merge statement. |
Merge |
StatementFactory.mergeInto(String destinationTable,
String as)
Create a
Merge statement. |
| Modifier and Type | Method and Description |
|---|---|
Merge |
Merge.on(BooleanExpression condition)
Define the merge criteria.
|
Merge |
Merge.using(String sourceTable)
Define the data source.
|
Merge |
Merge.using(String sourceTable,
String as)
Define the data source.
|
Merge |
MergeMethodDefinition.where(BooleanExpression expression)
Add a
WHERE clause MERGE definition. |
Merge |
MergeInsertClause.where(BooleanExpression expression)
Add a
WHERE clause insertion definition. |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeVisitor.visit(Merge merge)
Visit
MERGE statements. |
| Modifier and Type | Method and Description |
|---|---|
void |
MergeRenderer.visit(Merge merge) |
Copyright © 2018–2021. All rights reserved.