Uses of Interface
org.jooq.MergeMatchedSetStep
-
Uses of MergeMatchedSetStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MergeMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.Modifier and TypeMethodDescription@NotNull MergeMatchedSetStep
<R> MergeMatchedThenStep.thenUpdate()
Add theTHEN UPDATE
clause to theMERGE
statement.@NotNull MergeMatchedSetStep
<R> MergeMatchedStep.whenMatchedThenUpdate()
Add theWHEN MATCHED THEN UPDATE
clause to theMERGE
statement.