Uses of Interface
org.jooq.InsertOnConflictDoUpdateStep
Packages that use InsertOnConflictDoUpdateStep
-
Uses of InsertOnConflictDoUpdateStep in org.jooq
Subinterfaces of InsertOnConflictDoUpdateStep in org.jooqModifier and TypeInterfaceDescriptioninterface
InsertOnConflictWhereIndexPredicateStep<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 CONSTRAINT
clause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R>
InsertOnDuplicateStep.onConflictOnConstraint(Name constraint)
Add aON CONFLICT ON CONSTRAINT
clause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R>
InsertOnDuplicateStep.onConflictOnConstraint(UniqueKey<R> constraint)
Add aON CONFLICT ON CONSTRAINT
clause to this INSERT statement.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.@NotNull InsertOnConflictDoUpdateStep<R>
InsertOnConflictWhereIndexPredicateStep.where(Collection<? extends Condition> conditions)
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause, connecting them with each other usingOperator.AND
.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause, connecting them with each other usingOperator.AND
.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.@NotNull InsertOnConflictDoUpdateStep<R>
Add aWHERE
clause to supply an index predicate to theINSERT
statement'sON CONFLICT ...
clause.