Definition at line 15 of file OqlSelectQuery.class.php.
OqlSelectQuery::addGroupBy | ( | OqlProjectionClause $ | clause | ) |
Definition at line 168 of file OqlSelectQuery.class.php.
OqlSelectQuery::addHaving | ( | OqlHavingClause $ | clause | ) |
Definition at line 240 of file OqlSelectQuery.class.php.
OqlSelectQuery::addOrderBy | ( | OqlOrderByClause $ | clause | ) |
Definition at line 204 of file OqlSelectQuery.class.php.
OqlSelectQuery::addProperties | ( | OqlSelectPropertiesClause $ | clause | ) |
Definition at line 58 of file OqlSelectQuery.class.php.
OqlSelectQuery::andWhere | ( | OqlWhereClause $ | clause | ) |
Definition at line 120 of file OqlSelectQuery.class.php.
References BinaryExpression::EXPRESSION_AND, and where().
static OqlSelectQuery::create | ( | ) | [static] |
Definition at line 30 of file OqlSelectQuery.class.php.
Referenced by toCriteria().
OqlSelectQuery::dropGroupBy | ( | ) |
Definition at line 189 of file OqlSelectQuery.class.php.
OqlSelectQuery::dropHaving | ( | ) |
Definition at line 261 of file OqlSelectQuery.class.php.
OqlSelectQuery::dropOrderBy | ( | ) |
Definition at line 225 of file OqlSelectQuery.class.php.
OqlSelectQuery::dropProperties | ( | ) |
Definition at line 79 of file OqlSelectQuery.class.php.
OqlSelectQuery::dropWhere | ( | ) |
Definition at line 152 of file OqlSelectQuery.class.php.
References where().
OqlSelectQuery::getGroupBy | ( | ) |
Definition at line 160 of file OqlSelectQuery.class.php.
OqlSelectQuery::getHaving | ( | ) |
Definition at line 232 of file OqlSelectQuery.class.php.
OqlSelectQuery::getLimit | ( | ) |
Definition at line 270 of file OqlSelectQuery.class.php.
OqlSelectQuery::getOffset | ( | ) |
Definition at line 288 of file OqlSelectQuery.class.php.
OqlSelectQuery::getOrderBy | ( | ) |
Definition at line 196 of file OqlSelectQuery.class.php.
OqlSelectQuery::getProperties | ( | ) |
Definition at line 50 of file OqlSelectQuery.class.php.
OqlSelectQuery::getWhere | ( | ) |
Definition at line 86 of file OqlSelectQuery.class.php.
OqlSelectQuery::getWhereLogic | ( | ) |
Definition at line 91 of file OqlSelectQuery.class.php.
OqlSelectQuery::isDistinct | ( | ) |
Definition at line 35 of file OqlSelectQuery.class.php.
OqlSelectQuery::orWhere | ( | OqlWhereClause $ | clause | ) |
Definition at line 130 of file OqlSelectQuery.class.php.
References BinaryExpression::EXPRESSION_OR, and where().
OqlSelectQuery::setDistinct | ( | $ | orly = true |
) |
Definition at line 43 of file OqlSelectQuery.class.php.
Referenced by toCriteria().
OqlSelectQuery::setGroupBy | ( | OqlProjectionClause $ | clause | ) |
Definition at line 178 of file OqlSelectQuery.class.php.
OqlSelectQuery::setHaving | ( | OqlHavingClause $ | clause | ) |
Definition at line 250 of file OqlSelectQuery.class.php.
OqlSelectQuery::setLimit | ( | OqlQueryParameter $ | limit | ) |
Definition at line 278 of file OqlSelectQuery.class.php.
OqlSelectQuery::setOffset | ( | OqlQueryParameter $ | offset | ) |
Definition at line 296 of file OqlSelectQuery.class.php.
OqlSelectQuery::setOrderBy | ( | OqlOrderByClause $ | clause | ) |
Definition at line 214 of file OqlSelectQuery.class.php.
OqlSelectQuery::setProperties | ( | OqlSelectPropertiesClause $ | clause | ) |
Definition at line 68 of file OqlSelectQuery.class.php.
OqlSelectQuery::setWhere | ( | OqlWhereClause $ | clause | ) |
Definition at line 140 of file OqlSelectQuery.class.php.
References where().
OqlSelectQuery::toCriteria | ( | ) |
Definition at line 306 of file OqlSelectQuery.class.php.
References OqlQueryClause::bindAll(), Expression::chain(), create(), BinaryExpression::EXPRESSION_AND, setDistinct(), and where().
OqlSelectQuery::where | ( | OqlWhereClause $ | clause, | |
$ | logic = null | |||
) |
Definition at line 99 of file OqlSelectQuery.class.php.
Referenced by andWhere(), dropWhere(), orWhere(), setWhere(), and toCriteria().
OqlSelectQuery::$distinct = false [private] |
Definition at line 17 of file OqlSelectQuery.class.php.
OqlSelectQuery::$groupChain = array() [private] |
Definition at line 21 of file OqlSelectQuery.class.php.
OqlSelectQuery::$havingChain = array() [private] |
Definition at line 23 of file OqlSelectQuery.class.php.
OqlSelectQuery::$limit = null [private] |
Definition at line 24 of file OqlSelectQuery.class.php.
OqlSelectQuery::$offset = null [private] |
Definition at line 25 of file OqlSelectQuery.class.php.
OqlSelectQuery::$orderChain = array() [private] |
Definition at line 22 of file OqlSelectQuery.class.php.
OqlSelectQuery::$properties = array() [private] |
Definition at line 18 of file OqlSelectQuery.class.php.
OqlSelectQuery::$where = array() [private] |
Definition at line 19 of file OqlSelectQuery.class.php.
OqlSelectQuery::$whereLogic = array() [private] |
Definition at line 20 of file OqlSelectQuery.class.php.