SQL's BETWEEN or logical check whether value in-between given limits. More...
Public Member Functions | |
__construct ($field, $left, $right) | |
toDialectString (Dialect $dialect) | |
toMapped (ProtoDAO $dao, JoinCapableQuery $query) | |
toBoolean (Form $form) | |
Private Attributes | |
$field = null | |
$left = null | |
$right = null |
SQL's BETWEEN or logical check whether value in-between given limits.
Definition at line 17 of file LogicalBetween.class.php.
LogicalBetween::__construct | ( | $ | field, | |
$ | left, | |||
$ | right | |||
) |
Definition at line 23 of file LogicalBetween.class.php.
LogicalBetween::toBoolean | ( | Form $ | form | ) |
Definition at line 54 of file LogicalBetween.class.php.
References $left, $right, and Form::toFormValue().
LogicalBetween::toDialectString | ( | Dialect $ | dialect | ) |
Implements DialectString.
Definition at line 30 of file LogicalBetween.class.php.
LogicalBetween::toMapped | ( | ProtoDAO $ | dao, | |
JoinCapableQuery $ | query | |||
) |
Implements MappableObject.
Definition at line 45 of file LogicalBetween.class.php.
References ProtoDAO::guessAtom().
LogicalBetween::$field = null [private] |
Definition at line 19 of file LogicalBetween.class.php.
Referenced by __construct().
LogicalBetween::$left = null [private] |
Definition at line 20 of file LogicalBetween.class.php.
Referenced by __construct(), and toBoolean().
LogicalBetween::$right = null [private] |
Definition at line 21 of file LogicalBetween.class.php.
Referenced by __construct(), and toBoolean().