DBExpression Class Reference
Takes an expression that is used as is for example when updating. More...
Public Member Functions |
|
__construct ($expression) | |
Constructor. |
|
format () | |
Format this expression. |
|
Protected Attributes |
|
$expression |
Detailed Description
Takes an expression that is used as is for example when updating.
Definition at line 5 of file dbexpression.cls.php.
Constructor & Destructor Documentation
DBExpression::__construct | ( | $ | expression | ) |
Constructor.
Definition at line 14 of file dbexpression.cls.php.
00014 { 00015 $this->expression = $expression; 00016 }
Member Function Documentation
DBExpression::format | ( | ) |
Format this expression.
- Parameters:
-
mixed $value
- Returns:
- string
Definition at line 24 of file dbexpression.cls.php.
Member Data Documentation
DBExpression::$expression
[protected] |
Definition at line 9 of file dbexpression.cls.php.
The documentation for this class was generated from the following file:
- gyro/core/model/base/dbexpression.cls.php