Skip to content

Commit 09a120f

Browse files
authored
add missing link destination labels (#6198)
1 parent 5428cf2 commit 09a120f

File tree

1 file changed

+8
-0
lines changed
  • Documentation/ApiOverview/Database/DoctrineDbal/QueryBuilder

1 file changed

+8
-0
lines changed

Documentation/ApiOverview/Database/DoctrineDbal/QueryBuilder/Index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ Remarks:
259259
order of result rows on multiple different databases, a :php:`->groupBy()`
260260
should always be combined with an :php:`->orderBy()`.
261261

262+
.. _database-query-builder-delete:
262263

263264
delete()
264265
========
@@ -409,6 +410,7 @@ Remarks:
409410
<database-query-builder-select-restrictions>`, for example.
410411
(See also :ref:`RestrictionBuilder <database-restriction-builder>`).
411412

413+
.. _database-query-builder-insert-values:
412414

413415
insert() and values()
414416
=====================
@@ -453,6 +455,7 @@ Remarks:
453455
at once, use :php:`->bulkInsert()` of the :ref:`Connection <database-connection>`
454456
object instead to achieve that.
455457

458+
.. _database-query-builder-from:
456459

457460
from()
458461
======
@@ -480,6 +483,7 @@ product of tables if not constrained by a respective :php:`->where()` or
480483
:php:`->from()` only once per query and instead model the selection of multiple
481484
tables with an explicit :php:`->join()`.
482485

486+
.. _database-query-builder-where:
483487

484488
where(), andWhere() and orWhere()
485489
=================================
@@ -576,6 +580,7 @@ Remarks:
576580
are created in a different place that can not be easily resolved.
577581

578582
.. dbal-join
583+
.. _database-query-builder-join:
579584

580585
join(), innerJoin(), rightJoin() and leftJoin()
581586
===============================================
@@ -818,6 +823,7 @@ Remarks:
818823
Make sure to quote properly as this is entirely your responsibility with the
819824
Doctrine QueryBuilder!
820825

826+
.. _database-query-builder-groupby:
821827

822828
groupBy() and addGroupBy()
823829
==========================
@@ -1133,6 +1139,7 @@ The :php:`executeStatement()` method can be used for :sql:`INSERT`,
11331139
:sql:`UPDATE` and :sql:`DELETE` statements. It returns the number of affected
11341140
rows as an integer.
11351141

1142+
.. _database-query-builder-expr:
11361143

11371144
expr()
11381145
======
@@ -1457,6 +1464,7 @@ See available :ref:`parameter types <database-connection-parameter-types>`.
14571464
:php:`->escapeLikeWildcards()` does **not** make the value SQL injection
14581465
safe!
14591466

1467+
.. _database-query-builder-get-restrictions:
14601468

14611469
getRestrictions(), setRestrictions(), resetRestrictions()
14621470
=========================================================

0 commit comments

Comments
 (0)