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
string
The column name
string
The comparison operator
mixed
The value to bind
compile() : string
inherited_from | \Peyote\Condition::compile() |
---|
string
getMethods() : array
array
getParams() : array
inherited_from | \Peyote\Condition::getParams() |
---|
array
getType() : string
string
orHaving(string $column, string $op, mixed $value) : \Peyote\Where
string
The column name
string
The comparison operator
mixed
The value to bind
$clauses : array
inherited_from | \Peyote\Condition::$$clauses |
---|
$params : array
inherited_from | \Peyote\Condition::$$params |
---|