Skip to content
Search
DSL · Doctrine

to_dbal_table_delete

Definition

/**
 * Delete rows from database table based on the provided data.
 *
 * 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_delete(Connection|array $connection, string $table) : DbalLoader

Contributors

Built in the open.

Join us on GitHub
scroll back to top