Skip to content

DeltaMergeIntoNotMatchedInsertClause — WHEN NOT MATCHED THEN INSERT Clause

DeltaMergeIntoNotMatchedInsertClause is a DeltaMergeIntoNotMatchedClause that represents WHEN NOT MATCHED THEN INSERT clauses in the following:

Creating Instance

DeltaMergeIntoNotMatchedInsertClause takes the following to be created:

DeltaMergeIntoNotMatchedInsertClause is created when:

  • DeltaMergeNotMatchedActionBuilder is requested to insertAll and addInsertClause
  • DeltaAnalysis logical resolution rule is executed (and resolves MergeIntoTable logical command with InsertAction and InsertStarAction not-matched actions)