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