Uses of Interface
org.jooq.MergeNotMatchedValuesStep4
Packages that use MergeNotMatchedValuesStep4
-
Uses of MergeNotMatchedValuesStep4 in org.jooq
Methods in org.jooq that return MergeNotMatchedValuesStep4Modifier and TypeMethodDescription<T1,
T2, T3, T4>
@NotNull MergeNotMatchedValuesStep4<R,T1, T2, T3, T4> MergeNotMatchedStep.whenNotMatchedThenInsert
(Field<T1> field1, Field<T2> field2, Field<T3> field3, Field<T4> field4) Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement