Uses of Interface
org.jooq.MergeNotMatchedValuesStepN
Packages that use MergeNotMatchedValuesStepN
-
Uses of MergeNotMatchedValuesStepN in org.jooq
Methods in org.jooq that return MergeNotMatchedValuesStepNModifier and TypeMethodDescription@NotNull MergeNotMatchedValuesStepN<R>
MergeNotMatchedStep.whenNotMatchedThenInsert(Collection<? extends Field<?>> fields)
Add theWHEN MATCHED THEN UPDATE
clause to theMERGE
statement@NotNull MergeNotMatchedValuesStepN<R>
MergeNotMatchedStep.whenNotMatchedThenInsert(Field<?>... fields)
Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement