34 $group_by = $this->
call($group_by, $qb, $table_alias);
37 if ($group_by instanceof CompositeExpression || is_string($group_by)) {
38 $qb->addGroupBy($group_by);
call($callback, QueryBuilder $qb, $table_alias=null)
Call the expression for the clause.
__construct($expr)
Constructor.
Interface that allows resolving statements and/or extending query builder.
Database abstraction query builder.
Extends QueryBuilder with GROUP BY statements.
isCallable($callback)
Check if a clause expression is callable.
prepare(QueryBuilder $qb, $table_alias=null)
{}