Skip to content

Commit b491067

Browse files
[DOCS] Overhaul api-dbal-expressionbuilder-class (#6139)
* [DOCS] Overhaul api-dbal-expressionbuilder-class Releases: main, Backport: 13.4 * [DOCS] Small fix Releases: main, Backport: 13.4
1 parent 7566b08 commit b491067

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/ApiOverview/Database/DoctrineDbal/ExpressionBuilder/_ExpressionBuilder.rst.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
44
.. php:class:: ExpressionBuilder
55
6-
ExpressionBuilder class is responsible to dynamically create SQL query parts.
6+
The ExpressionBuilder class is responsible for dynamically creating parts of
7+
SQL queries.
78

8-
It takes care building query conditions while ensuring table and column names
9-
are quoted within the created expressions / SQL fragments. It is a facade to
10-
the actual Doctrine ExpressionBuilder.
9+
It builds query conditions, ensuring that table and column names
10+
are quoted inside the expressions / SQL fragments. The class is a facade to
11+
the Doctrine ExpressionBuilder.
1112

12-
The ExpressionBuilder is used within the context of the QueryBuilder to ensure
13-
queries are being build based on the requirements of the database platform in
14-
use.
13+
The ExpressionBuilder is used in the context of the QueryBuilder to ensure
14+
that queries conform to the requirements of whichever database platform is in use.

0 commit comments

Comments
 (0)