| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MergeKeyStepN<R extends Record>This type is used for the H2-specific variant of the  Merge's DSL API. | 
| interface  | MergeUsingStep<R extends Record>This type is used for the  Merge's DSL API. | 
| Modifier and Type | Method and Description | 
|---|---|
| MergeValuesStepN<R> | MergeKeyStepN. key(Collection<? extends Field<?>> keys)Specify an optional  KEYclause. | 
| MergeValuesStepN<R> | MergeKeyStepN. key(Field<?>... keys)Specify an optional  KEYclause. | 
Copyright © 2017. All Rights Reserved.