
Public Member Functions | |
| getSize () | |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toDialectString (Dialect $dialect) | |
Protected Member Functions | |
| exp (DialectString $exp, $logic) | |
| |
Protected Attributes | |
| $chain = array() | |
| $logic = array() | |
Definition at line 16 of file SQLChain.class.php.
| SQLChain::exp | ( | DialectString $ | exp, | |
| $ | logic | |||
| ) | [protected] |
Definition at line 24 of file SQLChain.class.php.
References $logic.
Referenced by QueryChain::except(), QueryChain::exceptAll(), LogicalChain::expAnd(), LogicalChain::expOr(), QueryChain::intersect(), QueryChain::intersectAll(), QueryChain::union(), and QueryChain::unionAll().
| SQLChain::getSize | ( | ) |
Definition at line 32 of file SQLChain.class.php.
| SQLChain::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 40 of file SQLChain.class.php.
References $chain, and Assert::isTrue().

| SQLChain::toDialectString | ( | Dialect $ | dialect | ) |
SQLChain::$chain = array() [protected] |
Definition at line 18 of file SQLChain.class.php.
Referenced by LogicalChain::toBoolean(), and toMapped().
SQLChain::$logic = array() [protected] |
Definition at line 19 of file SQLChain.class.php.
Referenced by QueryChain::block(), LogicalChain::block(), LogicalChain::calculateBoolean(), and exp().
1.5.4