Uses of Interface
org.jooq.InsertOnDuplicateSetStep
Packages that use InsertOnDuplicateSetStep
-
Uses of InsertOnDuplicateSetStep in org.jooq
Subinterfaces of InsertOnDuplicateSetStep in org.jooqModifier and TypeInterfaceDescriptioninterface
InsertOnDuplicateSetMoreStep<R extends Record>
This type is used for theInsert
's DSL API.Methods in org.jooq that return InsertOnDuplicateSetStepModifier 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.