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