ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
setLeft () | |
setRght () | |
setInner () | |
setFields ($fields) | |
getFields () | |
setOnFirstField ($on_first_field) | |
getOnFirstField () | |
setOnSecondField ($on_second_field) | |
getOnSecondField () | |
setOperator ($operator) | |
getOperator () | |
setTableName ($table_name) | |
getTableName () | |
setType ($type) | |
getType () | |
setBothExternal ($both_external) | |
getBothExternal () | |
setFullNames ($full_names) | |
getFullNames () | |
isIsMapped () | |
setIsMapped ($is_mapped) | |
Public Member Functions inherited from arStatement | |
getTableNameAs () | |
setTableNameAs ($table_name_as) |
Data Fields | |
const | TYPE_NORMAL = self::TYPE_INNER |
const | TYPE_LEFT = 'LEFT' |
const | TYPE_RIGHT = 'RIGHT' |
const | TYPE_INNER = 'INNER' |
Protected Attributes | |
$type = self::TYPE_NORMAL | |
$table_name = '' | |
$fields = array( '*' ) | |
$operator= '=' | |
$on_first_field = '' | |
$on_second_field = '' | |
$full_names = false | |
$both_external = false | |
$is_mapped = false | |
Protected Attributes inherited from arStatement | |
$table_name_as = '' |
arJoin::asSQLStatement | ( | ActiveRecord | $ar | ) |
ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 60 of file class.arJoin.php.
References getBothExternal(), ActiveRecord\getConnectorContainerName(), getOnFirstField(), getOnSecondField(), getOperator(), getTableName(), arStatement\getTableNameAs(), and getType().
arJoin::getBothExternal | ( | ) |
Definition at line 196 of file class.arJoin.php.
References $both_external.
Referenced by asSQLStatement().
arJoin::getFields | ( | ) |
arJoin::getFullNames | ( | ) |
arJoin::getOnFirstField | ( | ) |
Definition at line 116 of file class.arJoin.php.
References $on_first_field.
Referenced by asSQLStatement().
arJoin::getOnSecondField | ( | ) |
Definition at line 132 of file class.arJoin.php.
References $on_second_field.
Referenced by asSQLStatement().
arJoin::getOperator | ( | ) |
Definition at line 148 of file class.arJoin.php.
Referenced by asSQLStatement().
arJoin::getTableName | ( | ) |
Definition at line 164 of file class.arJoin.php.
References $table_name.
Referenced by asSQLStatement(), and arJoinCollection\getSaveTableName().
arJoin::getType | ( | ) |
Definition at line 180 of file class.arJoin.php.
References $type.
Referenced by asSQLStatement().
arJoin::isIsMapped | ( | ) |
arJoin::setBothExternal | ( | $both_external | ) |
boolean | $both_external |
Definition at line 188 of file class.arJoin.php.
References $both_external.
arJoin::setFields | ( | $fields | ) |
arJoin::setFullNames | ( | $full_names | ) |
boolean | $full_names |
Definition at line 204 of file class.arJoin.php.
References $full_names.
Referenced by arJoinCollection\getSaveTableName().
arJoin::setInner | ( | ) |
Definition at line 84 of file class.arJoin.php.
References setType().
arJoin::setIsMapped | ( | $is_mapped | ) |
boolean | $is_mapped |
Definition at line 228 of file class.arJoin.php.
References $is_mapped.
Referenced by arJoinCollection\getSaveTableName().
arJoin::setLeft | ( | ) |
Definition at line 74 of file class.arJoin.php.
References setType().
arJoin::setOnFirstField | ( | $on_first_field | ) |
string | $on_first_field |
Definition at line 108 of file class.arJoin.php.
References $on_first_field.
arJoin::setOnSecondField | ( | $on_second_field | ) |
string | $on_second_field |
Definition at line 124 of file class.arJoin.php.
References $on_second_field.
arJoin::setOperator | ( | $operator | ) |
string | $operator |
Definition at line 140 of file class.arJoin.php.
arJoin::setRght | ( | ) |
Definition at line 79 of file class.arJoin.php.
References setType().
arJoin::setTableName | ( | $table_name | ) |
string | $table_name |
Definition at line 156 of file class.arJoin.php.
References $table_name.
arJoin::setType | ( | $type | ) |
string | $type |
Definition at line 172 of file class.arJoin.php.
References $type.
Referenced by setInner(), setLeft(), and setRght().
|
protected |
Definition at line 48 of file class.arJoin.php.
Referenced by getBothExternal(), and setBothExternal().
|
protected |
Definition at line 28 of file class.arJoin.php.
Referenced by getFields(), and setFields().
|
protected |
Definition at line 44 of file class.arJoin.php.
Referenced by getFullNames(), and setFullNames().
|
protected |
Definition at line 52 of file class.arJoin.php.
Referenced by isIsMapped(), and setIsMapped().
|
protected |
Definition at line 36 of file class.arJoin.php.
Referenced by getOnFirstField(), and setOnFirstField().
|
protected |
Definition at line 40 of file class.arJoin.php.
Referenced by getOnSecondField(), and setOnSecondField().
|
protected |
Definition at line 32 of file class.arJoin.php.
|
protected |
Definition at line 24 of file class.arJoin.php.
Referenced by getTableName(), and setTableName().
|
protected |
Definition at line 20 of file class.arJoin.php.
const arJoin::TYPE_INNER = 'INNER' |
Definition at line 16 of file class.arJoin.php.
Referenced by ActiveRecordList\innerjoin().
const arJoin::TYPE_LEFT = 'LEFT' |
Definition at line 14 of file class.arJoin.php.
Referenced by ActiveRecordList\leftjoin().
const arJoin::TYPE_NORMAL = self::TYPE_INNER |
Definition at line 13 of file class.arJoin.php.
const arJoin::TYPE_RIGHT = 'RIGHT' |
Definition at line 15 of file class.arJoin.php.