ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 |
Definition at line 90 of file class.arJoin.php.
References asStatementText().
arJoin::asSQLStatement | ( | ActiveRecord | $ar | ) |
ActiveRecord | $ar |
Definition at line 80 of file class.arJoin.php.
References asStatementText().
|
protected |
\ActiveRecord | $ar | |
string | $as |
Definition at line 60 of file class.arJoin.php.
References $as, getBothExternal(), ActiveRecord\getConnectorContainerName(), getOnFirstField(), getOnSecondField(), getOperator(), getTableName(), arStatement\getTableNameAs(), and getType().
Referenced by asORACLEStatement(), and asSQLStatement().
arJoin::getBothExternal | ( | ) |
Definition at line 234 of file class.arJoin.php.
References $both_external.
Referenced by asStatementText().
arJoin::getFields | ( | ) |
arJoin::getFullNames | ( | ) |
arJoin::getOnFirstField | ( | ) |
Definition at line 144 of file class.arJoin.php.
References $on_first_field.
Referenced by asStatementText().
arJoin::getOnSecondField | ( | ) |
Definition at line 162 of file class.arJoin.php.
References $on_second_field.
Referenced by asStatementText().
arJoin::getOperator | ( | ) |
Definition at line 180 of file class.arJoin.php.
Referenced by asStatementText().
arJoin::getTableName | ( | ) |
Definition at line 198 of file class.arJoin.php.
References $table_name.
Referenced by asStatementText(), and arJoinCollection\getSaveTableName().
arJoin::getType | ( | ) |
Definition at line 216 of file class.arJoin.php.
References $type.
Referenced by asStatementText().
arJoin::isIsMapped | ( | ) |
arJoin::setBothExternal | ( | $both_external | ) |
boolean | $both_external |
Definition at line 225 of file class.arJoin.php.
References $both_external.
arJoin::setFields | ( | $fields | ) |
array | $fields |
Definition at line 117 of file class.arJoin.php.
References $fields, and fields.
arJoin::setFullNames | ( | $full_names | ) |
boolean | $full_names |
Definition at line 243 of file class.arJoin.php.
References $full_names.
Referenced by arJoinCollection\getSaveTableName().
arJoin::setInner | ( | ) |
Definition at line 108 of file class.arJoin.php.
References setType().
arJoin::setIsMapped | ( | $is_mapped | ) |
boolean | $is_mapped |
Definition at line 270 of file class.arJoin.php.
References $is_mapped.
Referenced by arJoinCollection\getSaveTableName().
arJoin::setLeft | ( | ) |
Definition at line 96 of file class.arJoin.php.
References setType().
arJoin::setOnFirstField | ( | $on_first_field | ) |
string | $on_first_field |
Definition at line 135 of file class.arJoin.php.
References $on_first_field.
arJoin::setOnSecondField | ( | $on_second_field | ) |
string | $on_second_field |
Definition at line 153 of file class.arJoin.php.
References $on_second_field.
arJoin::setOperator | ( | $operator | ) |
string | $operator |
Definition at line 171 of file class.arJoin.php.
arJoin::setRght | ( | ) |
Definition at line 102 of file class.arJoin.php.
References setType().
arJoin::setTableName | ( | $table_name | ) |
string | $table_name |
Definition at line 189 of file class.arJoin.php.
References $table_name.
arJoin::setType | ( | $type | ) |
string | $type |
Definition at line 207 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.