
Public Member Functions | |
| __construct ($left, $right, $logic) | |
| toMapped (StorableDAO $dao, JoinCapableQuery $query) | |
| |
| toDialectString (Dialect $dialect) | |
| toBoolean (Form $form) | |
Public Attributes | |
| const | IN = 'IN' |
| const | NOT_IN = 'NOT IN' |
Private Attributes | |
| $left = null | |
| $right = null | |
| $logic = null | |
:-)
Definition at line 18 of file InExpression.class.php.
| InExpression::__construct | ( | $ | left, | |
| $ | right, | |||
| $ | logic | |||
| ) |
Definition at line 27 of file InExpression.class.php.
References $left, $logic, $right, and Assert::isTrue().

| InExpression::toMapped | ( | StorableDAO $ | dao, | |
| JoinCapableQuery $ | query | |||
| ) |
Implements MappableObject.
Definition at line 48 of file InExpression.class.php.
References $right, and ProtoDAO::guessAtom().

| InExpression::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 67 of file InExpression.class.php.
References $right, and SQLArray::create().

| InExpression::toBoolean | ( | Form $ | form | ) |
Implements LogicalObject.
Definition at line 96 of file InExpression.class.php.
References $left, $right, and Form::toFormValue().

| const InExpression::IN = 'IN' |
| const InExpression::NOT_IN = 'NOT IN' |
InExpression::$left = null [private] |
InExpression::$right = null [private] |
Definition at line 24 of file InExpression.class.php.
Referenced by __construct(), toBoolean(), toDialectString(), and toMapped().
InExpression::$logic = null [private] |
1.5.4