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 a182f3e commit 0434b9fCopy full SHA for 0434b9f
user_guide_src/source/database/query_builder.rst
@@ -1652,6 +1652,14 @@ Class Reference
1652
1653
Used for ``*Batch()`` methods to set data for insert, update, upsert.
1654
1655
+ .. php:method:: setAlias($alias)
1656
+
1657
+ :param string $alias: Alias for table
1658
+ :returns: ``BaseBuilder`` instance (method chaining)
1659
+ :rtype: ``BaseBuilder``
1660
1661
+ This allows setting an alias for the psuedo table generated with ``setData()``.
1662
1663
.. php:method:: setUpdateBatch($key[, $value = ''[, $escape = null]])
1664
1665
:param mixed $key: Field name or an array of field/value pairs
0 commit comments