We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec72812 commit 7a0d911Copy full SHA for 7a0d911
user_guide_src/source/database/query_builder.rst
@@ -1612,8 +1612,8 @@ Class Reference
1612
1613
.. php:method:: updateBatch([$set = null[, $constraints = null[, $batchSize = 100]]])
1614
1615
- :param array $set: Field name, or an associative array of field/value pairs
1616
- :param mixed $constraints: The field or fields used as keys to update on.
+ :param array|object|null $set: Field name, or an associative array of field/value pairs
+ :param array|RawSql|string|null $constraints: The field or fields used as keys to update on.
1617
:param int $batchSize: Count of conditions to group in a single query
1618
:returns: Number of rows updated or ``false`` on failure
1619
:rtype: int|false
0 commit comments