public setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters
public parse () Parses the intermediate code produced by Phalcon\Mvc\Model\Query\Lang generating another intermediate representation that could be executed by Phalcon\Mvc\Model\Query
public getUniqueRow () Check if the query is programmed to get only the first row in the resultset
public getType () Gets the type of PHQL statement executed
public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public Phalcon\Mvc\ModelInterface getSingleResult ([array $bindParams], [array $bindTypes]) Executes the query returning the first result
public array getIntermediate () Returns the intermediate representation of the PHQL statement
public getDI () Returns the dependency injection container
public getCacheOptions () Returns the current cache options
public getCache () Returns the current cache backend instance
Page 119 of 382