Uses of Interface
org.jooq.MergeMatchedSetStep
- 
Packages that use MergeMatchedSetStep Package Description org.jooq This package contains jOOQ's public API.
- 
- 
Uses of MergeMatchedSetStep in org.jooqSubinterfaces of MergeMatchedSetStep in org.jooq Modifier and Type Interface Description interfaceMergeMatchedSetMoreStep<R extends Record>This type is used for theMerge's DSL API.Methods in org.jooq that return MergeMatchedSetStep Modifier and Type Method Description @NotNull MergeMatchedSetStep<R>MergeMatchedThenStep. thenUpdate()Add theTHEN UPDATEclause to theMERGEstatement.@NotNull MergeMatchedSetStep<R>MergeMatchedStep. whenMatchedThenUpdate()Add theWHEN MATCHED THEN UPDATEclause to theMERGEstatement.
 
-