abstract public getWhere () ...
public addFrom (mixed $model, [mixed $alias], [mixed $with]) Add a model to take part of the query
abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public string getGroupBy () Returns the GROUP BY clause
public array getIntermediate () Returns the intermediate representation of the PHQL statement
public Phalcon\Mvc\Model\Query\Builder orWhere
public string | array getOrderBy () Returns the set ORDER BY clause
public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public array getBindParams () Returns default bind params
Page 2 of 11