Class: Doctrine_Query_Having

Source Location: /Doctrine/Query/Having.php

Class Doctrine_Query_Having

Class Overview

Doctrine_Query_Having

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

Doctrine_Query_Part
   |
   --Doctrine_Query_Condition
      |
      --Doctrine_Query_Having
Author(s): Information Tags:
Version:  $Revision: 1881 $
Link:  www.phpdoctrine.com
Since:  1.0
License:  LGPL

Methods

[ 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_Condition

Doctrine_Query_Condition::parse()
DQL CONDITION PARSER parses the join condition/where/having part of the query string
Doctrine_Query_Condition::parseLiteralValue()
parses a literal value and returns the parsed value

Inherited From Doctrine_Query_Part

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

[ Top ]
Method Summary
string   load()   load returns the parsed query part
mixed   parseAggregateFunction()   DQL Aggregate Function parser

[ Top ]
Properties
Methods
load  [line 87]

  string load( string $having  )

load returns the parsed query part

Parameters:
string   $having: 

API Tags:
Access:  public


[ Top ]
parseAggregateFunction  [line 41]

  mixed parseAggregateFunction( string $func  )

DQL Aggregate Function parser

Parameters:
string   $func: 

API Tags:
Access:  private


[ Top ]