Uses of Interface
org.jooq.InsertOnConflictWhereIndexPredicateStep
-
Packages that use InsertOnConflictWhereIndexPredicateStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of InsertOnConflictWhereIndexPredicateStep in org.jooq
Methods in org.jooq that return InsertOnConflictWhereIndexPredicateStep Modifier and Type Method Description @NotNull InsertOnConflictWhereIndexPredicateStep<R>InsertOnDuplicateStep. onConflict(Collection<? extends Field<?>> keys)Add anON CONFLICTclause to this INSERT statement.@NotNull InsertOnConflictWhereIndexPredicateStep<R>InsertOnDuplicateStep. onConflict(Field<?>... keys)Add anON CONFLICTclause to this INSERT statement.
-