Definition
/**
* Update existing rows in database.
*
* In order to control the size of the single request, use DataFrame::chunkSize() method just before calling DataFrame::load().
*
* @param array<string, mixed>|Connection $connection
*
* @throws InvalidArgumentException
*/
to_dbal_table_update(Connection|array $connection, string $table, ?UpdateOptions $options) : DbalLoader