Uses of Interface
org.jooq.InsertOnConflictWhereIndexPredicateStep
-
Uses of InsertOnConflictWhereIndexPredicateStep in org.jooq
Modifier 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.