final public string getPhql () Returns a PHQL statement built based on the builder parameters
abstract public getWhere () ...
final public autoescape (mixed $identifier) Automatically escapes identifiers but only if they need to be escaped
abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public array getIntermediate () Returns the intermediate representation of the PHQL statement
public Phalcon\Mvc\Model\Query\Builder orWhere
public forUpdate (mixed $forUpdate) Sets a FOR UPDATE clause
public columns (mixed $columns) Sets the columns to be queried
public limit ([mixed $limit], [mixed $offset]) Sets a LIMIT clause, optionally an offset clause
public getDI () Returns the dependency injection container
Page 1 of 11