|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(conditions Collection<? extends Condition>) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(conditions Condition...) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public whereExists(select Select<?>) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(field Field<Boolean>) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(condition Condition) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public whereNotExists(select Select<?>) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(sql String, bindings Object...) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(sql String) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(sql String, parts QueryPart...) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |
|
Change Return Type InsertReturningStep<R> to InsertOnConflictConditionStep<R> in method public where(sql SQL) : InsertOnConflictConditionStep<R> in class org.jooq.InsertOnConflictWhereStep |
From |
To |