Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Interface and Description |
---|---|
interface |
InsertOnDuplicateSetMoreStep<R extends Record>
This type is used for the
Insert 's DSL API. |
Modifier and Type | Method and Description |
---|---|
InsertOnDuplicateSetStep<R> |
InsertOnDuplicateStep.onDuplicateKeyUpdate()
Add an
ON DUPLICATE KEY UPDATE clause to this insert query. |
Copyright © 2014. All Rights Reserved.