andHaving()
compile()
getMethods()
getParams()
getType()
orHaving()
$clauses
$params
A class to build HAVING clauses.
| package | Peyote |
|---|---|
| author | Dave Widmer |
andHaving(string $column, string $op, mixed $value) : \Peyote\Where
stringThe column name
stringThe comparison operator
mixedThe value to bind
compile() : string
| inherited_from | \Peyote\Condition::compile() |
|---|
stringgetMethods() : array
arraygetParams() : array
| inherited_from | \Peyote\Condition::getParams() |
|---|
arraygetType() : string
stringorHaving(string $column, string $op, mixed $value) : \Peyote\Where
stringThe column name
stringThe comparison operator
mixedThe value to bind
$clauses : array
| inherited_from | \Peyote\Condition::$$clauses |
|---|
$params : array
| inherited_from | \Peyote\Condition::$$params |
|---|