Skip to content
Search
DSL · Doctrine

to_dbal_table_update

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

Contributors

Built in the open.

Join us on GitHub
scroll back to top