34 $having = $this->
call($having, $qb, $table_alias);
37 if ($having instanceof CompositeExpression || is_string($having)) {
38 $qb->andHaving($having);
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 HAVING clauses.
prepare(QueryBuilder $qb, $table_alias=null)
{}
isCallable($callback)
Check if a clause expression is callable.