public Phalcon\Mvc\Model\Query\Builder
public from (mixed $models) Sets the models who makes part of the query
public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator]) Appends
public parse () Parses the intermediate code produced by Phalcon\Mvc\Model\Query\Lang generating another intermediate representation
public setUniqueRow (mixed $uniqueRow) Tells to the query if only the first row in the resultset must be returned
string OPERATOR_AND
abstract public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator])
abstract public getMessages () ...
abstract public getPhql () ...
public getModel () Returns the model that executed the action
Page 10 of 11