ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class arJoinCollection. More...
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 |
Definition at line 42 of file class.arJoinCollection.php.
References add(), getSaveTableName(), and arStatement\setTableNameAs().
arJoinCollection::asORACLEStatement | ( | ) |
Definition at line 67 of file class.arJoinCollection.php.
References arStatementCollection\getAr(), getJoins(), and arStatementCollection\hasStatements().
arJoinCollection::asSQLStatement | ( | ) |
Definition at line 52 of file class.arJoinCollection.php.
References arStatementCollection\getAr(), getJoins(), and arStatementCollection\hasStatements().
arJoinCollection::getJoins | ( | ) |
Definition at line 82 of file class.arJoinCollection.php.
References arStatementCollection\$statements.
Referenced by asORACLEStatement(), and asSQLStatement().
arJoinCollection::getSaveTableName | ( | arJoin | $statement | ) |
arJoin | $statement |
Definition at line 24 of file class.arJoinCollection.php.
References arJoin\getTableName(), arJoin\setFullNames(), and arJoin\setIsMapped().
Referenced by add().
|
protected |
Definition at line 16 of file class.arJoinCollection.php.