Query\QueryBuilderInterface::updateBatch
Creates a batch update, and executes it.
Returns the number of affected rows
Signature
public function updateBatch(string
$table,
array|object
$data,
string
$where )
Parameters
$table
— string$data
— object
$where
— string
Returns
- PDOStatement