Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeMatchedSetMoreStep<R extends Record>
This type is used for the
Merge 's DSL API. |
Modifier and Type | Method and Description |
---|---|
MergeMatchedSetStep<R> |
MergeMatchedStep.whenMatchedThenUpdate()
Add the
WHEN MATCHED THEN UPDATE clause to the
MERGE statement |
Copyright © 2014. All Rights Reserved.