[jOOQ/jOOQ#19458] DSLContext::batchMerge's Support documentation should match that of UpdatableRecord::merge
This commit is contained in:
parent
03c7f29bc7
commit
4ef981bd48
@ -9068,7 +9068,7 @@ public interface DSLContext extends Scope {
|
||||
* @see java.sql.Statement#executeBatch()
|
||||
*/
|
||||
@NotNull @CheckReturnValue
|
||||
@Support
|
||||
@Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
Batch batchMerge(UpdatableRecord<?>... records);
|
||||
|
||||
/**
|
||||
@ -9080,7 +9080,7 @@ public interface DSLContext extends Scope {
|
||||
* @see java.sql.Statement#executeBatch()
|
||||
*/
|
||||
@NotNull @CheckReturnValue
|
||||
@Support
|
||||
@Support({ CUBRID, DERBY, FIREBIRD, H2, HSQLDB, MARIADB, MYSQL, POSTGRES, SQLITE, YUGABYTEDB })
|
||||
Batch batchMerge(Collection<? extends UpdatableRecord<?>> records);
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user