Ejemplo n.º 1
0
 /**
  * Append a HAVING clause to this query.
  *
  * @param String $having Escaped SQL statement
  */
 public function having($having)
 {
     $this->query->addHaving($having);
     return $this;
 }