|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class arJoinCollection. More...
Inheritance diagram for arJoinCollection:
Collaboration diagram for arJoinCollection:Public Member Functions | |
| getSaveTableName (arJoin $statement) | |
| add (arStatement $statement) | |
| asSQLStatement () | |
| asORACLEStatement () | |
| getJoins () | |
Public Member Functions inherited from arStatementCollection | |
| add (arStatement $statement) | |
| hasStatements () | |
| asSQLStatement () | |
| asORACLEStatement () | |
| setAr ($ar) | |
| getAr () | |
| setStatements ($statements) | |
| getStatements () | |
Protected Attributes | |
| $table_names = array() | |
Protected Attributes inherited from arStatementCollection | |
| $statements = array() | |
| $ar | |
Additional Inherited Members | |
Static Protected Attributes inherited from arStatementCollection | |
| static | $cache = array() |
| arJoinCollection::add | ( | arStatement | $statement | ) |
| arStatement | $statement |
Reimplemented from arStatementCollection.
Definition at line 44 of file class.arJoinCollection.php.
References add(), getSaveTableName(), and arStatement\setTableNameAs().
Here is the call graph for this function:| arJoinCollection::asORACLEStatement | ( | ) |
Reimplemented from arStatementCollection.
Definition at line 71 of file class.arJoinCollection.php.
References arStatementCollection\getAr(), getJoins(), and arStatementCollection\hasStatements().
Here is the call graph for this function:| arJoinCollection::asSQLStatement | ( | ) |
Reimplemented from arStatementCollection.
Definition at line 55 of file class.arJoinCollection.php.
References arStatementCollection\getAr(), getJoins(), and arStatementCollection\hasStatements().
Here is the call graph for this function:| arJoinCollection::getJoins | ( | ) |
Definition at line 87 of file class.arJoinCollection.php.
References arStatementCollection\$statements.
Referenced by asORACLEStatement(), and asSQLStatement().
Here is the caller graph for this function:| arJoinCollection::getSaveTableName | ( | arJoin | $statement | ) |
| arJoin | $statement |
Definition at line 25 of file class.arJoinCollection.php.
References arJoin\getTableName(), arJoin\setFullNames(), and arJoin\setIsMapped().
Referenced by add().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 17 of file class.arJoinCollection.php.