| Interface | Description |
|---|---|
| MergeFragment |
This is the common interface for all fragments of a
MERGE statement. |
| MergeVisitor |
Visitor for value tables.
|
| Class | Description |
|---|---|
| MatchedClause |
Representation of the
WHEN MATCHED part of an SQL MERGE statement. |
| Merge | |
| MergeColumnUpdate |
Update of a value in a column caused by a
MERGE command. |
| MergeDeleteClause |
This class represents the
MERGE strategy of deleting matched rows. |
| MergeInsertClause |
Represents the
MERGE strategy of inserting rows from the source that do not match any row in the destination. |
| MergeMethodDefinition |
Abstract base class for merge method definitions like
WHEN MATCHED THEN UPDATE. |
| MergeUpdateClause |
Represents the
MERGE strategy of updating matched rows. |
| NotMatchedClause |
Representation of the
WHEN NOT MATCHED part of an SQL MERGE statement. |
| OnClause |
The
ON clause of an SQL MERGE statement. |
| UsingClause |
The
USING clause of an SQL MERGE statement. |
Copyright © 2018–2021. All rights reserved.