A report query object
Located in /Orm/Query/Report.php (line 32)
Xyster_Orm_Query | --Xyster_Orm_Query_Report
Turns excluding duplicate records on or off
Executes the report query
If the entire query cannot be executed in the backend, this method will return full entities from the data store, put them in the cache, then do any runtime calculations it needs to do.
Gets the non-group Xyster_Data_Field objects added to the statement
Gets the grouped Xyster_Data_Field objects added to the statement
Gets the Xyster_Data_Aggregate Xyster_Data_Criterion objects added to the statement
Gets whether or not this report query has fields that evaluate at runtime
Gets whether or not this report query has groups that evaluate at runtime
Adds a group-criterion to this query
All fields in the criterion must be instances of Xyster_Data_Field_Aggregate, as a "having" clause is applied to groups.
Gets whether or not to exclude duplicate results
Gets whether this query has parts that are evaluated at runtime
Inits the parts of the query
Inherited From Xyster_Orm_Query
Xyster_Orm_Query::__construct()
Xyster_Orm_Query::execute()
Xyster_Orm_Query::getBackendWhere()
Xyster_Orm_Query::getFrom()
Xyster_Orm_Query::getLimit()
Xyster_Orm_Query::getOffset()
Xyster_Orm_Query::getOrder()
Xyster_Orm_Query::getPart()
Xyster_Orm_Query::getWhere()
Xyster_Orm_Query::hasRuntimeOrder()
Xyster_Orm_Query::hasRuntimeWhere()
Xyster_Orm_Query::isRuntime()
Xyster_Orm_Query::limit()
Xyster_Orm_Query::order()
Xyster_Orm_Query::where()
Xyster_Orm_Query::_initParts()
Inherited from Xyster_Orm_Query
Xyster_Orm_Query::LIMIT
Xyster_Orm_Query::OFFSET
Xyster_Orm_Query::ORDER
Xyster_Orm_Query::WHERE
Documentation generated on Mon, 19 May 2008 17:07:32 -0400 by phpDocumentor 1.4.2