| Package | Description |
|---|---|
| org.jooq |
The
org.jooq package contains jOOQ's public API
This package mostly contains interfaces that are implemented by the
org.jooq.impl package. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MergeKeyStep<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 |
|---|---|
MergeValuesStep<R> |
MergeKeyStep.key(Collection<? extends Field<?>> keys)
Specify an optional
KEY clause. |
MergeValuesStep<R> |
MergeKeyStep.key(Field<?>... keys)
Specify an optional
KEY clause. |
Copyright © 2013. All Rights Reserved.