Class: Doctrine_Query_Condition

Source Location: /Doctrine/Query/Condition.php

Class Doctrine_Query_Condition

Class Overview

Doctrine_Query_Condition

Located in /Doctrine/Query/Condition.php [line 33]

Doctrine_Query_Part
   |
   --Doctrine_Query_Condition
Author(s): API Tags:
Abstract:  

Information Tags:
Version:  $Revision: 1479 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ Top ]
Direct descendents
Child Class Description
Doctrine_Query_Having Doctrine_Query_Having
Doctrine_Query_JoinCondition Doctrine_Query_JoinCondition
Doctrine_Query_Where Doctrine_Query_Where

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::$query

Inherited From Doctrine_Query_Part

Doctrine_Query_Part::__construct()
Doctrine_Query_Part::getQuery()

[ Top ]
Method Summary
string   parse()   DQL CONDITION PARSER parses the join condition/where/having part of the query string
string   parseLiteralValue()   parses a literal value and returns the parsed value

[ Top ]
Properties
Methods
parse  [line 42]

  string parse( string $str  )

DQL CONDITION PARSER parses the join condition/where/having part of the query string

Parameters:
string   $str: 

API Tags:
Access:  public


[ Top ]
parseLiteralValue  [line 88]

  string parseLiteralValue( string $value  )

parses a literal value and returns the parsed value

boolean literals are parsed to integers components are parsed to associated table aliases

Parameters:
string   $value:  literal value to be parsed

API Tags:
Access:  public


[ Top ]