Uses of Interface
org.jooq.MergeValuesStep5
-
Packages that use MergeValuesStep5 Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of MergeValuesStep5 in org.jooq
Subinterfaces of MergeValuesStep5 in org.jooq Modifier and Type Interface Description interface
MergeKeyStep5<R extends Record,T1,T2,T3,T4,T5>
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
Methods in org.jooq that return MergeValuesStep5 Modifier and Type Method Description @NotNull MergeValuesStep5<R,T1,T2,T3,T4,T5>
MergeKeyStep5. key(Collection<? extends Field<?>> keys)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
@NotNull MergeValuesStep5<R,T1,T2,T3,T4,T5>
MergeKeyStep5. key(Field<?>... keys)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
-