Uses of Interface
org.jooq.InsertOnConflictDoUpdateStep
Packages that use InsertOnConflictDoUpdateStep
- 
Uses of InsertOnConflictDoUpdateStep in org.jooqSubinterfaces of InsertOnConflictDoUpdateStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceInsertOnConflictWhereIndexPredicateStep<R extends Record>This type is used for theInsert's DSL API.Methods in org.jooq that return InsertOnConflictDoUpdateStepModifier and TypeMethodDescription@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(Constraint constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(Name constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnDuplicateStep.onConflictOnConstraint(UniqueKey<R> constraint) Add aON CONFLICT ON CONSTRAINTclause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> InsertOnConflictWhereIndexPredicateStep.where(Collection<? extends Condition> conditions) Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause, connecting them with each other usingOperator.AND.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.@NotNull InsertOnConflictDoUpdateStep<R> Add aWHEREclause to supply an index predicate to theINSERTstatement'sON CONFLICT …clause.