Uses of Interface
org.jooq.InsertOnDuplicateSetMoreStep
Packages that use InsertOnDuplicateSetMoreStep
-
Uses of InsertOnDuplicateSetMoreStep in org.jooq
Methods in org.jooq that return InsertOnDuplicateSetMoreStepModifier 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)
.<T> @NotNull InsertOnDuplicateSetMoreStep<R>
Set anull
value forUPDATE
in theINSERT
statement'sON DUPLICATE KEY UPDATE
orON CONFLICT … DO UPDATE
clause.