| MatchedClause |
Representation of the WHEN MATCHED part of an SQL MERGE statement.
|
| Merge |
This class implements an SQL Merge statement which is a combination of INSERT, UPDATE and
DELETE.
|
| 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.
|