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.jooq
Subinterfaces of MergeMatchedSetStep in org.jooq Modifier and Type Interface Description interface
MergeMatchedSetMoreStep<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 UPDATE
clause to theMERGE
statement.@NotNull MergeMatchedSetStep<R>
MergeMatchedStep. whenMatchedThenUpdate()
Add theWHEN MATCHED THEN UPDATE
clause to theMERGE
statement.
-