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