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