Public Member Functions | ||||
__construct (Query $left, Query $right, $logic) | ||||
__clone () | ||||
getLimit () | ||||
getOffset () | ||||
limit ($limit=null, $offset=null) | ||||
| ||||
dropOrder () | ||||
| ||||
setOrderChain (OrderChain $chain) | ||||
| ||||
orderBy ($field) | ||||
| ||||
toDialectString (Dialect $dialect) | ||||
Private Attributes | ||||
$left = null | ||||
$right = null | ||||
$logic = null | ||||
$limit = null | ||||
$offset = null | ||||
$order = null |
Definition at line 16 of file QueryCombination.class.php.
QueryCombination::__clone | ( | ) |
Definition at line 41 of file QueryCombination.class.php.
QueryCombination::getLimit | ( | ) |
Definition at line 48 of file QueryCombination.class.php.
References limit().
QueryCombination::getOffset | ( | ) |
Definition at line 53 of file QueryCombination.class.php.
QueryCombination::limit | ( | $ | limit = null , |
|
$ | offset = null | |||
) |
WrongArgumentException |
Definition at line 62 of file QueryCombination.class.php.
References $limit, and $offset.
Referenced by getLimit(), and toDialectString().
QueryCombination::dropOrder | ( | ) |
QueryCombination::setOrderChain | ( | OrderChain $ | chain | ) |
QueryCombination::orderBy | ( | $ | field | ) |
QueryCombination::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 105 of file QueryCombination.class.php.
References limit().
QueryCombination::$left = null [private] |
Definition at line 20 of file QueryCombination.class.php.
QueryCombination::$right = null [private] |
Definition at line 21 of file QueryCombination.class.php.
QueryCombination::$logic = null [private] |
QueryCombination::$limit = null [private] |
QueryCombination::$offset = null [private] |
QueryCombination::$order = null [private] |
Definition at line 27 of file QueryCombination.class.php.