Uses of Interface
org.jooq.MergeNotMatchedValuesStep1
-
Uses of MergeNotMatchedValuesStep1 in org.jooq
Modifier and TypeMethodDescription<T1> @NotNull MergeNotMatchedValuesStep1
<R, T1> MergeNotMatchedThenStep.thenInsert
(Field<T1> field1) Add theWHEN NOT MATCHED [ … ] THEN INSERT
clause to theMERGE
statement<T1> @NotNull MergeNotMatchedValuesStep1
<R, T1> MergeNotMatchedStep.whenNotMatchedThenInsert
(Field<T1> field1) Add theWHEN NOT MATCHED THEN INSERT
clause to theMERGE
statement