Uses of Interface
org.jooq.MergeValuesStep3
-
Uses of MergeValuesStep3 in org.jooq
Modifier and TypeInterfaceDescriptioninterface
MergeKeyStep3<R extends Record,
T1, T2, T3> Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescription@NotNull MergeValuesStep3<R,
T1, T2, T3> MergeKeyStep3.key
(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
@NotNull MergeValuesStep3<R,
T1, T2, T3> Deprecated, for removal: This API element is subject to removal in a future version.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
DSLContext.mergeInto(Table)