ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Class arStatementCollection. More...
Public Member Functions | |
add (arStatement $statement) | |
hasStatements () | |
asSQLStatement () | |
asORACLEStatement () | |
setAr ($ar) | |
getAr () | |
setStatements ($statements) | |
getStatements () | |
Protected Attributes | |
$statements = array() | |
$ar | |
Static Protected Attributes | |
static | $cache = array() |
Class arStatementCollection.
Definition at line 10 of file class.arStatementCollection.php.
arStatementCollection::add | ( | arStatement | $statement | ) |
arStatement | $statement |
Definition at line 29 of file class.arStatementCollection.php.
arStatementCollection::asORACLEStatement | ( | ) |
Definition at line 69 of file class.arStatementCollection.php.
References asSQLStatement().
|
abstract |
Referenced by asORACLEStatement(), and hasStatements().
arStatementCollection::getAr | ( | ) |
Definition at line 85 of file class.arStatementCollection.php.
References $ar.
Referenced by arJoinCollection\asORACLEStatement(), arWhereCollection\asSQLStatement(), arConcatCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), and arJoinCollection\asSQLStatement().
arStatementCollection::getStatements | ( | ) |
arStatementCollection::hasStatements | ( | ) |
Definition at line 37 of file class.arStatementCollection.php.
References $ar, and asSQLStatement().
Referenced by arJoinCollection\asORACLEStatement(), arWhereCollection\asSQLStatement(), arConcatCollection\asSQLStatement(), arOrderCollection\asSQLStatement(), arHavingCollection\asSQLStatement(), arSelectCollection\asSQLStatement(), and arJoinCollection\asSQLStatement().
arStatementCollection::setAr | ( | $ar | ) |
\ActiveRecord | $ar |
Definition at line 77 of file class.arStatementCollection.php.
References $ar.
arStatementCollection::setStatements | ( | $statements | ) |
|
protected |
Definition at line 23 of file class.arStatementCollection.php.
Referenced by getAr(), hasStatements(), and setAr().
|
staticprotected |
Definition at line 15 of file class.arStatementCollection.php.
|
protected |
Definition at line 19 of file class.arStatementCollection.php.
Referenced by arConcatCollection\getConcats(), arHavingCollection\getHavings(), arJoinCollection\getJoins(), arOrderCollection\getOrders(), arSelectCollection\getSelects(), getStatements(), arWhereCollection\getWheres(), and setStatements().