Public Member Functions | Private Attributes

LogicalBetween Class Reference
[Logical expressions used in OSQL and Form]

SQL's BETWEEN or logical check whether value in-between given limits. More...

Inheritance diagram for LogicalBetween:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

SQL's BETWEEN or logical check whether value in-between given limits.

Definition at line 17 of file LogicalBetween.class.php.


Constructor & Destructor Documentation

LogicalBetween::__construct ( field,
left,
right 
)

Definition at line 23 of file LogicalBetween.class.php.

References $field, $left, and $right.


Member Function Documentation

LogicalBetween::toBoolean ( Form form  ) 

Definition at line 54 of file LogicalBetween.class.php.

References $left, $right, and Form::toFormValue().

Here is the call graph for this function:

LogicalBetween::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 30 of file LogicalBetween.class.php.

LogicalBetween::toMapped ( ProtoDAO dao,
JoinCapableQuery query 
)
Returns:
LogicalBetween

Implements MappableObject.

Definition at line 45 of file LogicalBetween.class.php.

References ProtoDAO::guessAtom().

Here is the call graph for this function:


Member Data Documentation

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().


The documentation for this class was generated from the following file: