public Phalcon\Mvc\Model\Query\Builder where
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public setIntermediate (array $intermediate) Allows to set the IR to be executed
final public string getPhql () Returns a PHQL statement built based on the builder parameters
abstract public getWhere () ...
abstract public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters
public string getGroupBy () Returns the GROUP BY clause
abstract public groupBy (mixed $group) ...
Page 2 of 11