|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for arJoin:
Collaboration diagram for arJoin:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| asORACLEStatement (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 | |
| asSQLStatement (ActiveRecord $ar) | |
| asORACLEStatement (ActiveRecord $ar) | |
| 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 Member Functions | |
| asStatementText (ActiveRecord $ar, $as=' AS ') | |
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::asORACLEStatement | ( | ActiveRecord | $ar | ) |
| \ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 88 of file class.arJoin.php.
References asStatementText().
Here is the call graph for this function:| arJoin::asSQLStatement | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 79 of file class.arJoin.php.
References asStatementText().
Here is the call graph for this function:
|
protected |
| \ActiveRecord | $ar | |
| string | $as |
Definition at line 60 of file class.arJoin.php.
References getBothExternal(), ActiveRecord\getConnectorContainerName(), getOnFirstField(), getOnSecondField(), getOperator(), getTableName(), arStatement\getTableNameAs(), and getType().
Referenced by asORACLEStatement(), and asSQLStatement().
Here is the call graph for this function:
Here is the caller graph for this function:| arJoin::getBothExternal | ( | ) |
Definition at line 215 of file class.arJoin.php.
References $both_external.
Referenced by asStatementText().
Here is the caller graph for this function:| arJoin::getFields | ( | ) |
| arJoin::getFullNames | ( | ) |
| arJoin::getOnFirstField | ( | ) |
Definition at line 135 of file class.arJoin.php.
References $on_first_field.
Referenced by asStatementText().
Here is the caller graph for this function:| arJoin::getOnSecondField | ( | ) |
Definition at line 151 of file class.arJoin.php.
References $on_second_field.
Referenced by asStatementText().
Here is the caller graph for this function:| arJoin::getOperator | ( | ) |
Definition at line 167 of file class.arJoin.php.
References $operator.
Referenced by asStatementText().
Here is the caller graph for this function:| arJoin::getTableName | ( | ) |
Definition at line 183 of file class.arJoin.php.
References $table_name.
Referenced by asStatementText(), and arJoinCollection\getSaveTableName().
Here is the caller graph for this function:| arJoin::getType | ( | ) |
Definition at line 199 of file class.arJoin.php.
References $type.
Referenced by asStatementText().
Here is the caller graph for this function:| arJoin::isIsMapped | ( | ) |
| arJoin::setBothExternal | ( | $both_external | ) |
| boolean | $both_external |
Definition at line 207 of file class.arJoin.php.
References $both_external.
| arJoin::setFields | ( | $fields | ) |
| array | $fields |
Definition at line 111 of file class.arJoin.php.
| arJoin::setFullNames | ( | $full_names | ) |
| boolean | $full_names |
Definition at line 223 of file class.arJoin.php.
References $full_names.
Referenced by arJoinCollection\getSaveTableName().
Here is the caller graph for this function:| arJoin::setInner | ( | ) |
Definition at line 103 of file class.arJoin.php.
References setType().
Here is the call graph for this function:| arJoin::setIsMapped | ( | $is_mapped | ) |
| boolean | $is_mapped |
Definition at line 247 of file class.arJoin.php.
References $is_mapped.
Referenced by arJoinCollection\getSaveTableName().
Here is the caller graph for this function:| arJoin::setLeft | ( | ) |
Definition at line 93 of file class.arJoin.php.
References setType().
Here is the call graph for this function:| arJoin::setOnFirstField | ( | $on_first_field | ) |
| string | $on_first_field |
Definition at line 127 of file class.arJoin.php.
References $on_first_field.
| arJoin::setOnSecondField | ( | $on_second_field | ) |
| string | $on_second_field |
Definition at line 143 of file class.arJoin.php.
References $on_second_field.
| arJoin::setOperator | ( | $operator | ) |
| arJoin::setRght | ( | ) |
Definition at line 98 of file class.arJoin.php.
References setType().
Here is the call graph for this function:| arJoin::setTableName | ( | $table_name | ) |
| string | $table_name |
Definition at line 175 of file class.arJoin.php.
References $table_name.
| arJoin::setType | ( | $type | ) |
| string | $type |
Definition at line 191 of file class.arJoin.php.
References $type.
Referenced by setInner(), setLeft(), and setRght().
Here is the caller graph for this function:
|
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.
Referenced by getOperator(), and setOperator().
|
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.