|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MergeKeyStep | |
|---|---|
| org.jooq | |
| org.jooq.impl | |
| Uses of MergeKeyStep in org.jooq |
|---|
| Subinterfaces of MergeKeyStep in org.jooq | |
|---|---|
interface |
MergeUsingStep<R extends Record>
This type is used for the Merge's DSL API. |
| Methods in org.jooq that return MergeKeyStep | ||
|---|---|---|
|
FactoryOperations.mergeInto(Table<R> table,
Collection<? extends Field<?>> fields)
Create a new DSL merge statement (H2-specific syntax) |
|
|
FactoryOperations.mergeInto(Table<R> table,
Field<?>... fields)
Create a new DSL merge statement (H2-specific syntax) This statement is available from DSL syntax only. |
|
| Uses of MergeKeyStep in org.jooq.impl |
|---|
| Methods in org.jooq.impl that return MergeKeyStep | ||
|---|---|---|
|
FactoryProxy.mergeInto(Table<R> table,
Collection<? extends Field<?>> fields)
Deprecated. |
|
|
Factory.mergeInto(Table<R> table,
Collection<? extends Field<?>> fields)
Create a new DSL merge statement (H2-specific syntax) |
|
|
FactoryProxy.mergeInto(Table<R> table,
Field<?>... fields)
Deprecated. |
|
|
Factory.mergeInto(Table<R> table,
Field<?>... fields)
Create a new DSL merge statement (H2-specific syntax) This statement is available from DSL syntax only. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||