File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed 
Documentation/ApiOverview/Database/DoctrineDbal/ExpressionBuilder Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments