DeltaMergeIntoNotMatchedBySourceClause — WHEN NOT MATCHED BY SOURCE Clause¶
DeltaMergeIntoNotMatchedBySourceClause is an extension of the DeltaMergeIntoClause abstraction for WHEN NOT MATCHED BY SOURCE clauses.
Implementations¶
Sealed Trait
DeltaMergeIntoNotMatchedBySourceClause is a Scala sealed trait which means that all of the implementations are in the same compilation unit (a single file).