Uses of Interface
org.jooq.MergeNotMatchedSetStep
Packages that use MergeNotMatchedSetStep
- 
Uses of MergeNotMatchedSetStep in org.jooqSubinterfaces of MergeNotMatchedSetStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceMergeNotMatchedSetMoreStep<R extends Record>This type is used for theMerge's DSL API.Methods in org.jooq that return MergeNotMatchedSetStepModifier and TypeMethodDescription@NotNull MergeNotMatchedSetStep<R> MergeNotMatchedStep.whenNotMatchedThenInsert()Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement.