File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
user_guide_src/source/database Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1752,6 +1752,7 @@ Class Reference
1752
1752
.. important :: This method is deprecated. It will be removed in future releases.
1753
1753
1754
1754
.. php :method :: upsert([$set = null[, $escape = null]])
1755
+
1755
1756
:param array $set: An associative array of field/value pairs
1756
1757
:param bool $escape: Whether to escape values
1757
1758
:returns: ``true `` on success, ``false `` on failure
@@ -1760,6 +1761,7 @@ Class Reference
1760
1761
Compiles and executes an ``UPSERT `` statement.
1761
1762
1762
1763
.. php :method :: upsertBatch([$set = null[, $escape = null[, $batch_size = 100]]])
1764
+
1763
1765
:param array $set: Data to upsert
1764
1766
:param bool $escape: Whether to escape values
1765
1767
:param int $batch_size: Count of rows to upsert at once
You can’t perform that action at this time.
0 commit comments