Uses of Interface
org.jooq.MergeKeyStep1
-
Packages that use MergeKeyStep1 Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes. -
-
Uses of MergeKeyStep1 in org.jooq
Methods in org.jooq that return MergeKeyStep1 Modifier and Type Method Description <T1> @NotNull MergeKeyStep1<R,T1>
MergeUsingStep. columns(Field<T1> field1)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
<R extends Record,T1>
@NotNull MergeKeyStep1<R,T1>DSLContext. mergeInto(Table<R> table, Field<T1> field1)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSLContext.mergeInto(Table)
<R extends Record,T1>
@NotNull MergeKeyStep1<R,T1>WithStep. mergeInto(Table<R> table, Field<T1> field1)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaWithStep.mergeInto(Table)
-
Uses of MergeKeyStep1 in org.jooq.impl
Methods in org.jooq.impl that return MergeKeyStep1 Modifier and Type Method Description <R extends Record,T1>
MergeKeyStep1<R,T1>DefaultDSLContext. mergeInto(Table<R> table, Field<T1> field1)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDefaultDSLContext.mergeInto(Table)
static <R extends Record,T1>
@NotNull MergeKeyStep1<R,T1>DSL. mergeInto(Table<R> table, Field<T1> field1)
Deprecated.- [#10045] - 3.14.0 - Use the standard SQL MERGE API instead, viaDSL.mergeInto(Table)
-