|
Doctrine 1.2.4
|
Inherits Doctrine_Query_Part.
Inherited by Doctrine_Query_Having, Doctrine_Query_JoinCondition, and Doctrine_Query_Where.
Public Member Functions | |
| getQuery () | |
| parse ($str) | |
| parseLiteralValue ($value) | |
Definition at line 33 of file Condition.php.
|
inherited |
Definition at line 58 of file Part.php.
| Doctrine_Query_Condition::parse | ( | $str | ) |
DQL CONDITION PARSER parses the join condition/where/having part of the query string
| string | $str |
Definition at line 42 of file Condition.php.
| Doctrine_Query_Condition::parseLiteralValue | ( | $value | ) |
parses a literal value and returns the parsed value
boolean literals are parsed to integers components are parsed to associated table aliases
| string | $value | literal value to be parsed |
Definition at line 110 of file Condition.php.