class RawModelCriterion extends AbstractModelCriterion
Specialized ModelCriterion used for custom expressions with a typed binding, e.g.
'foobar = ?'
Constants
UND |
|
ODER |
|
Methods
__construct(Criteria $outer, string $clause, ColumnMap $column, mixed $value = null, string $tableAlias = null, int $type = PDO::PARAM_STR)
Create a new instance. |
||
getClause() | from AbstractModelCriterion | |
boolean |
equals($obj)
This method checks another Criteria to see if they contain the same attributes and hashtable entries. |
from AbstractModelCriterion |
Details
at line 40
public
__construct(Criteria $outer, string $clause, ColumnMap $column, mixed $value = null, string $tableAlias = null, int $type = PDO::PARAM_STR)
Create a new instance.
in AbstractModelCriterion at line 44
public
getClause()
in AbstractModelCriterion at line 54
public boolean
equals($obj)
This method checks another Criteria to see if they contain the same attributes and hashtable entries.