Class: Quinoa_Query
Source Location: /Quinoa/Query.php
Quinoa Query class.
Author(s):
Version:
Copyright:
|
|
|
Class Details
Class Variables
$_conditions =
[line 86]
the conditions added or necessary for relationships with other entities the conditions added or necessary for relationships with other entities
Tags:
$_fields =
[line 65]
entity attributes entity attributes
Tags:
$_forceIndex =
[line 135]
Indexes to force for the query Indexes to force for the query
Tags:
$_groupBy =
[line 107]
The attribute by which the query msut be grouped The attribute by which the query msut be grouped
Tags:
$_ignoreIndex =
[line 142]
indexes fo ignore for the query indexes fo ignore for the query
Tags:
$_isDistinct =
[line 72]
whether a select is going to retrieve non repeated records or not whether a select is going to retrieve non repeated records or not
Tags:
$_joins =
[line 121]
the joins needed for the query the joins needed for the query
Tags:
$_limit =
[line 93]
The maximum number of records to be return by the query The maximum number of records to be return by the query
Tags:
$_orderBy =
[line 114]
The attributes by which a query must be ordered The attributes by which a query must be ordered
Tags:
$_sql =
[line 58]
row SQL row SQL
Tags:
$_start =
[line 100]
The start index of the record list returned by the query The start index of the record list returned by the query
Tags:
$_tables =
[line 79]
entity tables entity tables
Tags:
$_useIndex =
[line 128]
Indexes to use for the query Indexes to use for the query
Tags:
Class Methods
|