ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 30 of file class.arStatementCollection.php.
arStatementCollection::asORACLEStatement | ( | ) |
Definition at line 73 of file class.arStatementCollection.php.
References asSQLStatement().
|
abstract |
Referenced by asORACLEStatement(), and hasStatements().
arStatementCollection::getAr | ( | ) |
Definition at line 91 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 39 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 82 of file class.arStatementCollection.php.
References $ar.
arStatementCollection::setStatements | ( | $statements | ) |
|
protected |
Definition at line 24 of file class.arStatementCollection.php.
Referenced by getAr(), hasStatements(), and setAr().
|
staticprotected |
Definition at line 16 of file class.arStatementCollection.php.
|
protected |
Definition at line 20 of file class.arStatementCollection.php.
Referenced by arConcatCollection\getConcats(), arHavingCollection\getHavings(), arJoinCollection\getJoins(), arOrderCollection\getOrders(), arSelectCollection\getSelects(), getStatements(), arWhereCollection\getWheres(), and setStatements().