Uses of Interface
org.jooq.MergeNotMatchedSetStep
Packages that use MergeNotMatchedSetStep
-
Uses of MergeNotMatchedSetStep in org.jooq
Subinterfaces of MergeNotMatchedSetStep in org.jooqModifier and TypeInterfaceDescriptioninterface
MergeNotMatchedSetMoreStep<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 INSERT
clause to theMERGE
statement.