Class CJoinQuery
CJoinQuery represents a JOIN SQL statement.
Package: system\db\ar
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/ar/CActiveFinder.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/db/ar/CActiveFinder.php
public
|
|
public
|
|
public
|
public
array
|
$selects | array() |
#
list of column selections |
public
boolean
|
$distinct | false |
#
whether to select distinct result set |
public
array
|
$joins | array() |
#
list of join statement |
public
array
|
$conditions | array() |
#
list of WHERE clauses |
public
array
|
$orders | array() |
#
list of ORDER BY clauses |
public
array
|
$groups | array() |
#
list of GROUP BY clauses |
public
array
|
$havings | array() |
#
list of HAVING clauses |
public
integer
|
$limit | -1 |
#
row limit |
public
integer
|
$offset | -1 |
#
row offset |
public
array
|
$params | array() |
#
list of query parameters |
public
array
|
$elements | array() |
#
list of join element IDs (id=>true) |