Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeKeyStep1<R extends Record,T1>
This type is used for the H2-specific variant of the
Merge 's DSL API. |
Modifier and Type | Method and Description |
---|---|
MergeValuesStep1<R,T1> |
MergeKeyStep1.key(Collection<? extends Field<?>> keys)
Specify an optional
KEY clause. |
MergeValuesStep1<R,T1> |
MergeKeyStep1.key(Field<?>... keys)
Specify an optional
KEY clause. |
Copyright © 2014. All Rights Reserved.