Uses of Interface
org.jooq.MergeNotMatchedValuesStepN
-
Uses of MergeNotMatchedValuesStepN in org.jooq
Modifier 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