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

Inheritance diagram for EqualsLowerExpression:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 __construct ($left, $right)
 toDialectString (Dialect $dialect)
 toMapped (StorableDAO $dao, JoinCapableQuery $query)
 
Returns:
EqualsLowerExpression

 toBoolean (Form $form)

Private Attributes

 $left = null
 $right = null


Detailed Description

Definition at line 16 of file EqualsLowerExpression.class.php.


Constructor & Destructor Documentation

EqualsLowerExpression::__construct ( left,
right 
)

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

References $left, and $right.


Member Function Documentation

EqualsLowerExpression::toDialectString ( Dialect dialect  ) 

Implements DialectString.

Definition at line 27 of file EqualsLowerExpression.class.php.

References SQLFunction::create().

Here is the call graph for this function:

EqualsLowerExpression::toMapped ( StorableDAO dao,
JoinCapableQuery query 
)

Returns:
EqualsLowerExpression

Implements MappableObject.

Definition at line 44 of file EqualsLowerExpression.class.php.

References ProtoDAO::guessAtom().

Here is the call graph for this function:

EqualsLowerExpression::toBoolean ( Form form  ) 

Implements LogicalObject.

Definition at line 52 of file EqualsLowerExpression.class.php.

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

Here is the call graph for this function:


Member Data Documentation

EqualsLowerExpression::$left = null [private]

Definition at line 18 of file EqualsLowerExpression.class.php.

Referenced by __construct(), and toBoolean().

EqualsLowerExpression::$right = null [private]

Definition at line 19 of file EqualsLowerExpression.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:21 2007 for onPHP by  doxygen 1.5.4