class InModelCriterion extends AbstractModelCriterion
Specialized ModelCriterion used for IN or NOT IN model clauses, e.g.
'book.TITLE NOT IN ?'
Constants
UND |
|
ODER |
|
Methods
__construct(Criteria $outer, string $clause, ColumnMap $column, mixed $value = null, string $tableAlias = null)
Create a new instance. |
from AbstractModelCriterion | |
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
in AbstractModelCriterion at line 33
public
__construct(Criteria $outer, string $clause, ColumnMap $column, mixed $value = null, string $tableAlias = null)
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.