public getSql () Returns the SQL to be generated by the internal PHQL (only works in SELECT statements)
public array getIntermediate () Returns the intermediate representation of the PHQL statement
public getDI () Returns the dependency injection container
public setIntermediate (array $intermediate) Allows to set the IR to be executed
public setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters
public cache (mixed $cacheOptions) Sets the cache parameters of the query
public array getBindParams () Returns default bind params
public setDI (Phalcon\DiInterface $dependencyInjector)
public getUniqueRow () Check if the query is programmed to get only the first row in the resultset
public mixed execute ([array $bindParams], [array $bindTypes]) Executes a parsed PHQL statement
Page 1 of 3