Method |
Description |
|
addConditionParam ( $key, null $value = null, string $concatenator = 'AND' ) |
|
|
getCondition ( ) : string |
|
|
getConditionParams ( ) : array |
|
|
getConditionVariables ( ) : array |
|
|
getGroupBy ( ) : string |
|
|
getLimit ( ) : integer |
|
|
getOffset ( ) : integer |
|
|
getOrder ( ) : array | string |
|
|
getOrderKey ( ) : array | string |
|
|
getValidOrders ( ) : array |
|
|
isValidOrderKey ( $key ) : boolean |
|
|
quote ( $value, $type = null ) : string |
|
|
resetConditionParams ( ) |
|
|
setCondition ( $condition, null $conditionVariables = null ) |
|
|
setConditionVariables ( $conditionVariables ) |
|
|
setGroupBy ( $groupBy, boolean $qoute = true ) |
|
|
setLimit ( $limit ) |
|
|
setOffset ( $offset ) |
|
|
setOrder ( $order ) |
|
|
setOrderKey ( string | array $orderKey, boolean $quote = true ) |
|
|
setValidOrders ( $validOrders ) |
|
|