Uses of Interface
org.jooq.InsertOnDuplicateSetMoreStep
-
Uses of InsertOnDuplicateSetMoreStep in org.jooq
Modifier and TypeMethodDescription@NotNull InsertOnDuplicateSetMoreStep
<R> Set multiple values forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.<T> @NotNull InsertOnDuplicateSetMoreStep
<R> Set values forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.<T> @NotNull InsertOnDuplicateSetMoreStep
<R> Set values forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.<T> @NotNull InsertOnDuplicateSetMoreStep
<R> Set values forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.@NotNull InsertOnDuplicateSetMoreStep
<R> Set multiple values forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.@NotNull InsertOnDuplicateSetMoreStep
<R> InsertOnDuplicateSetStep.setAllToExcluded()
Sets all columns from the insert column list toDSL.excluded(Field)
.@NotNull InsertOnDuplicateSetMoreStep
<R> InsertOnDuplicateSetStep.setNonConflictingKeyToExcluded()
Sets all non-conflicting key columns from the insert column list toDSL.excluded(Field)
.@NotNull InsertOnDuplicateSetMoreStep
<R> InsertOnDuplicateSetStep.setNonKeyToExcluded()
Sets all non-key columns from the insert column list toDSL.excluded(Field)
.@NotNull InsertOnDuplicateSetMoreStep
<R> InsertOnDuplicateSetStep.setNonPrimaryKeyToExcluded()
Sets all non-primary key columns from the insert column list toDSL.excluded(Field)
.<T> @NotNull InsertOnDuplicateSetMoreStep
<R> Set anull
value forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.