Uses of Interface
org.jooq.MergeNotMatchedValuesStep2
-
Uses of MergeNotMatchedValuesStep2 in org.jooq
Modifier and TypeMethodDescription<T1, T2> @NotNull MergeNotMatchedValuesStep2<R,T1,T2>
MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1, Field<T2> field2)
Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement