Uses of Interface
org.jooq.MergeNotMatchedValuesStep2
Packages that use MergeNotMatchedValuesStep2
-
Uses of MergeNotMatchedValuesStep2 in org.jooq
Methods in org.jooq that return MergeNotMatchedValuesStep2Modifier 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