Uses of Interface
org.jooq.MergeNotMatchedSetStep
-
Packages that use MergeNotMatchedSetStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of MergeNotMatchedSetStep in org.jooq
Subinterfaces of MergeNotMatchedSetStep in org.jooq Modifier and Type Interface Description interface
MergeNotMatchedSetMoreStep<R extends Record>
This type is used for theMerge
's DSL API.Methods in org.jooq that return MergeNotMatchedSetStep Modifier and Type Method Description MergeNotMatchedSetStep<R>
MergeNotMatchedStep. whenNotMatchedThenInsert()
Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement.
-