Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
InsertOnConflictDoUpdateStep<R> |
InsertOnDuplicateStep.onConflict(Collection<? extends Field<?>> keys)
Add an
ON CONFLICT clause to this insert query. |
InsertOnConflictDoUpdateStep<R> |
InsertOnDuplicateStep.onConflict(Field<?>... keys)
Add an
ON CONFLICT clause to this insert query. |
Copyright © 2017. All Rights Reserved.