A query object
Located in /Orm/Query.php (line 28)
Class | Description |
---|---|
Xyster_Orm_Query_Report | A report query object |
The parts of the query that can be used in the backend
The entity being queried
The orm manager
The entity meta
The parts of the query
The parts of the query that must be used at runtime
Creates a new query object
Executes the query
Gets the criteria that can be run in the backend
Gets the entity class being queried
Gets the maximum number of results to be returned
Gets the starting point in the results
Gets the order clause (an array of Xyster_Data_Sort objects)
Gets a part of the query
Gets the where clause (an array of Xyster_Data_Criterion objects)
Gets whether this query has an order clause that evaluates at runtime
Gets whether this query has a where clause that evaluates at runtime
Gets whether this query has parts that are evaluated at runtime
Impose a maximum number of records to return and a number to skip
Initializes the parts container
Documentation generated on Mon, 19 May 2008 17:07:30 -0400 by phpDocumentor 1.4.2