Static Public Member Functions | |
static | create () |
Public Attributes | |
const | CLASS_NAME = 'GroupByPropertyProjection' |
Protected Member Functions | |
makeOqlObject () | |
handleState () |
Definition at line 12 of file OqlGroupByParser.class.php.
static OqlGroupByParser::create | ( | ) | [static] |
Definition at line 19 of file OqlGroupByParser.class.php.
Referenced by OQL::groupBy(), OqlSelectParser::groupByState(), and makeOqlObject().
OqlGroupByParser::handleState | ( | ) | [protected] |
Reimplemented from OqlParser.
Definition at line 32 of file OqlGroupByParser.class.php.
References OqlParser::getCommaSeparatedList(), and OqlParser::makeQueryExpression().
OqlGroupByParser::makeOqlObject | ( | ) | [protected] |
Reimplemented from OqlParser.
Definition at line 27 of file OqlGroupByParser.class.php.
References create().
Definition at line 14 of file OqlGroupByParser.class.php.