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