Uses of Interface
org.jooq.InsertOnConflictWhereIndexPredicateStep
Packages that use InsertOnConflictWhereIndexPredicateStep
-
Uses of InsertOnConflictWhereIndexPredicateStep in org.jooq
Methods in org.jooq that return InsertOnConflictWhereIndexPredicateStepModifier and TypeMethodDescription@NotNull InsertOnConflictWhereIndexPredicateStep<R>
InsertOnDuplicateStep.onConflict
(Collection<? extends Field<?>> keys) Add anON CONFLICT
clause to this INSERT statement.@NotNull InsertOnConflictWhereIndexPredicateStep<R>
InsertOnDuplicateStep.onConflict
(Field<?>... keys) Add anON CONFLICT
clause to this INSERT statement.