abstract public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
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 setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters
abstract public andWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
public addFrom (mixed $model, [mixed $alias], [mixed $with]) Add a model to take part of the query
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
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
Page 1 of 11