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 (StorableDAO $dao, JoinCapableQuery $query)
 
Returns:
LogicalBetween

 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 18 of file LogicalBetween.class.php.


Constructor & Destructor Documentation

LogicalBetween::__construct ( field,
left,
right 
)

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

References $field, $left, and $right.


Member Function Documentation

LogicalBetween::toDialectString ( Dialect dialect  ) 

Implements DialectString.

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

LogicalBetween::toMapped ( StorableDAO dao,
JoinCapableQuery query 
)

Returns:
LogicalBetween

Implements MappableObject.

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

References ProtoDAO::guessAtom().

Here is the call graph for this function:

LogicalBetween::toBoolean ( Form form  ) 

Implements LogicalObject.

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

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

Here is the call graph for this function:


Member Data Documentation

LogicalBetween::$field = null [private]

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

Referenced by __construct().

LogicalBetween::$left = null [private]

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

Referenced by __construct(), and toBoolean().

LogicalBetween::$right = null [private]

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

Referenced by __construct(), and toBoolean().


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:51 2007 for onPHP by  doxygen 1.5.4