Class: Doctrine_Query_Where
Source Location: /Doctrine/Query/Where.phpClass Doctrine_Query_Where
Class Overview
Doctrine_Query_Where Located in /Doctrine/Query/Where.php [line 33] Doctrine_Query_Part | --Doctrine_Query_Condition | --Doctrine_Query_WhereAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Query_Part |
Inherited From Doctrine_Query_Condition
Inherited From Doctrine_Query_Part |
[ Top ]
Method Summary
Properties
Methods
parseExists [line 161]
|
parses an EXISTS expression
Parameters:string | $where: | query where part to be parsed |
boolean | $negation: | whether or not to use the NOT keyword |
API Tags:
Access: | public |
[ Top ]
parseValue [line 96]
|
$value: | ||
Doctrine_Table | $table: | |
$field: |
API Tags:
Access: | public |
[ Top ]