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