Uses of Interface
org.jooq.MergeMatchedSetStep
Packages that use MergeMatchedSetStep
-
Uses of MergeMatchedSetStep in org.jooq
Subinterfaces of MergeMatchedSetStep in org.jooqModifier and TypeInterfaceDescriptioninterface
MergeMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.Methods in org.jooq that return MergeMatchedSetStepModifier 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.