public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public Phalcon\Mvc\Model\Query\Builder where
final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped
final public string getPhql () Returns a PHQL statement built based on the builder parameters
public columns (mixed $columns) Sets the columns to be queried
public Phalcon\Mvc\Model\Query\Builder
public limit ([mixed $limit], [mixed $offset]) Sets a LIMIT clause, optionally an offset clause
public Phalcon\Mvc\Model\Query\Builder orWhere
public addFrom (mixed $model, [mixed $alias], [mixed $with]) Add a model to take part of the query
public string getGroupBy () Returns the GROUP BY clause
Page 1 of 4