public Phalcon\Mvc\Model\Query\Builder groupBy (string | array $group) Sets a GROUP BY clause $builder->groupBy(array('Robots.name'));
public string | array getWhere () Return the conditions for the query
public getQuery () Returns the query built
final public string getPhql () Returns a PHQL statement built based on the builder parameters
public string | array getOrderBy () Returns the set ORDER BY clause
public string | array getOffset () Returns the current OFFSET clause
public string | array getLimit () Returns the current LIMIT clause
public array getJoins () Return join parts of the query
public string | array getHaving () Return the current having clause
public string getGroupBy () Returns the GROUP BY clause
Page 115 of 382