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