Uses of Interface
org.jooq.InsertOnDuplicateSetStep
-
Uses of InsertOnDuplicateSetStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
InsertOnDuplicateSetMoreStep<R extends Record>
This type is used for theInsert
's DSL API.Modifier and TypeMethodDescription@NotNull InsertOnDuplicateSetStep<R>
InsertOnConflictDoUpdateStep.doUpdate()
Add theDO UPDATE
clause.@NotNull InsertOnDuplicateSetStep<R>
InsertOnDuplicateStep.onDuplicateKeyUpdate()
Add anON DUPLICATE KEY UPDATE
clause to this INSERT statement.