Uses of Interface
org.jooq.MergeNotMatchedSetStep
-
Uses of MergeNotMatchedSetStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MergeNotMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.Modifier and TypeMethodDescription@NotNull MergeNotMatchedSetStep
<R> MergeNotMatchedStep.whenNotMatchedThenInsert()
Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement.