Uses of Interface
org.jooq.MergeValuesStepN
Packages that use MergeValuesStepN
-
Uses of MergeValuesStepN in org.jooq
Subinterfaces of MergeValuesStepN in org.jooqModifier and TypeInterfaceDescriptioninterface
MergeColumnsStep<R extends Record>
Deprecated, for removal: This API element is subject to removal in a future version.interface
MergeKeyStepN<R extends Record>
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)
interface
MergeUsingStep<R extends Record>
This type is used for theMerge
's DSL API.Methods in org.jooq that return MergeValuesStepNModifier and TypeMethodDescription@NotNull MergeValuesStepN
<R> MergeKeyStepN.key
(Collection<? extends Field<?>> keys) Deprecated, for removal: This API element is subject to removal in a future version.Specify an optionalKEY
clause.@NotNull MergeValuesStepN
<R> Deprecated, for removal: This API element is subject to removal in a future version.Specify an optionalKEY
clause.
DSLContext.mergeInto(Table)