34 if ($this->expr instanceof
Closure) {
35 $having = call_user_func($this->expr, $qb, $table_alias);
38 if ($having instanceof CompositeExpression || is_string($having)) {
39 $qb->andHaving($having);
__construct($expr)
Constructor.
Database abstraction query builder.
Extends QueryBuilder with HAVING clauses.
prepare(QueryBuilder $qb, $table_alias=null)
{Build an expression and/or apply it to an instance of query builder.Query builder Table aliasComposi...
Interface that allows resolving statements and/or extending query builder.