Name Locationsort ascending Description
SelectQueryExtender::getArguments core/includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQueryExtender::isPrepared core/includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryExtender::preExecute core/includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryExtender::execute core/includes/database/select.inc Implements SelectQueryInterface::execute().
SelectQueryExtender::distinct core/includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryExtender::addField core/includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryExtender::fields core/includes/database/select.inc Add multiple fields from the same table to be selected.
SelectQueryExtender::addExpression core/includes/database/select.inc Adds an expression to the list of "fields" to be selected.
SelectQueryExtender::join core/includes/database/select.inc Default Join against another table in the database.
SelectQueryExtender::innerJoin core/includes/database/select.inc Inner Join against another table in the database.
SelectQueryExtender::leftJoin core/includes/database/select.inc Left Outer Join against another table in the database.
SelectQueryExtender::rightJoin core/includes/database/select.inc Right Outer Join against another table in the database.
SelectQueryExtender::addJoin core/includes/database/select.inc Join against another table in the database.
SelectQueryExtender::orderBy core/includes/database/select.inc Orders the result set by a given field.
SelectQueryExtender::orderRandom core/includes/database/select.inc Orders the result set by a random value.
SelectQueryExtender::range core/includes/database/select.inc Restricts a query to a given range in the result set.
SelectQueryExtender::union core/includes/database/select.inc Add another Select query to UNION to this one.
SelectQueryExtender::groupBy core/includes/database/select.inc Groups the result set by the specified field.
SelectQueryExtender::forUpdate core/includes/database/select.inc Add FOR UPDATE to the query.
SelectQueryExtender::countQuery core/includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryExtender::isNull core/includes/database/select.inc Sets a condition that the specified field be NULL.
SelectQueryExtender::isNotNull core/includes/database/select.inc Sets a condition that the specified field be NOT NULL.
SelectQueryExtender::exists core/includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQueryExtender::notExists core/includes/database/select.inc Sets a condition that the specified subquery returns no values.
SelectQueryExtender::__toString core/includes/database/select.inc
SelectQueryExtender::__clone core/includes/database/select.inc Clone magic method.
SelectQueryExtender::__call core/includes/database/select.inc Magic override for undefined methods.
SelectQuery::__construct core/includes/database/select.inc Constructs a Query object.
SelectQuery::addTag core/includes/database/select.inc Implements QueryAlterableInterface::addTag().
SelectQuery::hasTag core/includes/database/select.inc Implements QueryAlterableInterface::hasTag().
SelectQuery::hasAllTags core/includes/database/select.inc Implements QueryAlterableInterface::hasAllTags().
SelectQuery::hasAnyTag core/includes/database/select.inc Implements QueryAlterableInterface::hasAnyTag().
SelectQuery::addMetaData core/includes/database/select.inc Implements QueryAlterableInterface::addMetaData().
SelectQuery::getMetaData core/includes/database/select.inc Implements QueryAlterableInterface::getMetaData().
SelectQuery::condition core/includes/database/select.inc Implements QueryConditionInterface::condition().
SelectQuery::conditions core/includes/database/select.inc Implements QueryConditionInterface::conditions().
SelectQuery::arguments core/includes/database/select.inc Implements QueryConditionInterface::arguments().
SelectQuery::where core/includes/database/select.inc Implements QueryConditionInterface::where().
SelectQuery::isNull core/includes/database/select.inc Implements QueryConditionInterface::isNull().
SelectQuery::isNotNull core/includes/database/select.inc Implements QueryConditionInterface::isNotNull().
SelectQuery::exists core/includes/database/select.inc Implements QueryConditionInterface::exists().
SelectQuery::notExists core/includes/database/select.inc Implements QueryConditionInterface::notExists().
SelectQuery::compile core/includes/database/select.inc Implements QueryConditionInterface::compile().
SelectQuery::compiled core/includes/database/select.inc Implements QueryConditionInterface::compiled().
SelectQuery::havingCondition core/includes/database/select.inc Implements QueryConditionInterface::havingCondition().
SelectQuery::havingConditions core/includes/database/select.inc Implements QueryConditionInterface::havingConditions().
SelectQuery::havingArguments core/includes/database/select.inc Implements QueryConditionInterface::havingArguments().
SelectQuery::having core/includes/database/select.inc Implements QueryConditionInterface::having().
SelectQuery::havingCompile core/includes/database/select.inc Implements QueryConditionInterface::havingCompile().
SelectQuery::extend core/includes/database/select.inc Implements QueryExtendableInterface::extend().

Pages