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