public Phalcon\Mvc\Model\Query\Builder
abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public Phalcon\Mvc\Model\Query\Builder orWhere
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
public limit ([mixed $limit], [mixed $offset]) Sets a LIMIT clause, optionally an offset clause
final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped
public getDI () Returns the dependency injection container
public columns (mixed $columns) Sets the columns to be queried
public array getIntermediate () Returns the intermediate representation of the PHQL statement
Page 1 of 11