Uses of Interface
org.jooq.MergeNotMatchedValuesStep1
Packages that use MergeNotMatchedValuesStep1
-
Uses of MergeNotMatchedValuesStep1 in org.jooq
Methods in org.jooq that return MergeNotMatchedValuesStep1Modifier and TypeMethodDescription<T1> @NotNull MergeNotMatchedValuesStep1<R, T1> MergeNotMatchedThenStep.thenInsert(Field<T1> field1) Add theWHEN NOT MATCHED [ … ] THEN INSERTclause to theMERGEstatement<T1> @NotNull MergeNotMatchedValuesStep1<R, T1> MergeNotMatchedStep.whenNotMatchedThenInsert(Field<T1> field1) Add theWHEN NOT MATCHED THEN INSERTclause to theMERGEstatement