SelectQuery::exists |
core/includes/database/select.inc |
|
SelectQuery::extend |
core/includes/database/select.inc |
|
SelectQuery::fields |
core/includes/database/select.inc |
|
SelectQuery::forUpdate |
core/includes/database/select.inc |
|
SelectQuery::getArguments |
core/includes/database/select.inc |
Compiles and returns an array of the arguments for this prepared statement. |
SelectQuery::getExpressions |
core/includes/database/select.inc |
Returns a reference to the expressions array for this query. |
SelectQuery::getFields |
core/includes/database/select.inc |
Returns a reference to the fields array for this query. |
SelectQuery::getGroupBy |
core/includes/database/select.inc |
Returns a reference to the group-by array for this query. |
SelectQuery::getMetaData |
core/includes/database/select.inc |
|
SelectQuery::getOrderBy |
core/includes/database/select.inc |
Returns a reference to the order by array for this query. |
SelectQuery::getTables |
core/includes/database/select.inc |
Returns a reference to the tables array for this query. |
SelectQuery::getUnion |
core/includes/database/select.inc |
Returns a reference to the union queries for this query. This include
queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQuery::groupBy |
core/includes/database/select.inc |
|
SelectQuery::hasAllTags |
core/includes/database/select.inc |
Determines if a given query has all specified tags. |
SelectQuery::hasAnyTag |
core/includes/database/select.inc |
Determines if a given query has any specified tag. |
SelectQuery::hasTag |
core/includes/database/select.inc |
Determines if a given query has a given tag. |
SelectQuery::having |
core/includes/database/select.inc |
Implements QueryConditionInterface::having(). |
SelectQuery::havingArguments |
core/includes/database/select.inc |
Returns all the arguments used within a HAVING clause. |
SelectQuery::havingCompile |
core/includes/database/select.inc |
|
SelectQuery::havingCondition |
core/includes/database/select.inc |
|
SelectQuery::havingConditions |
core/includes/database/select.inc |
Returns all the conditions used within a HAVING clause. |
SelectQuery::havingExists |
core/includes/database/select.inc |
|
SelectQuery::havingIsNotNull |
core/includes/database/select.inc |
|
SelectQuery::havingIsNull |
core/includes/database/select.inc |
|
SelectQuery::havingNotExists |
core/includes/database/select.inc |
|
SelectQuery::innerJoin |
core/includes/database/select.inc |
Inner Join against another table in the database. |
SelectQuery::isNotNull |
core/includes/database/select.inc |
|
SelectQuery::isNull |
core/includes/database/select.inc |
|
SelectQuery::isPrepared |
core/includes/database/select.inc |
Indicates if preExecute() has already been called on that object. |
SelectQuery::join |
core/includes/database/select.inc |
Default Join against another table in the database. |
SelectQuery::leftJoin |
core/includes/database/select.inc |
Left Outer Join against another table in the database. |
SelectQuery::notExists |
core/includes/database/select.inc |
|
SelectQuery::orderBy |
core/includes/database/select.inc |
|
SelectQuery::orderRandom |
core/includes/database/select.inc |
|
SelectQuery::preExecute |
core/includes/database/select.inc |
Generic preparation and validation for a SELECT query. |
SelectQuery::range |
core/includes/database/select.inc |
|
SelectQuery::rightJoin |
core/includes/database/select.inc |
Right Outer Join against another table in the database. |
SelectQuery::union |
core/includes/database/select.inc |
|
SelectQuery::where |
core/includes/database/select.inc |
|
SelectQuery::__clone |
core/includes/database/select.inc |
Implements the magic __clone function. |
SelectQuery::__construct |
core/includes/database/select.inc |
Constructs a Query object. |
SelectQuery::__toString |
core/includes/database/select.inc |
Implements PHP magic __toString method to convert the query to a string. |
SelectQueryExtender::addExpression |
core/includes/database/select.inc |
Adds an expression to the list of "fields" to be selected. |
SelectQueryExtender::addField |
core/includes/database/select.inc |
Adds a field to the list to be SELECTed. |
SelectQueryExtender::addJoin |
core/includes/database/select.inc |
Join against another table in the database. |
SelectQueryExtender::addMetaData |
core/includes/database/select.inc |
Adds additional metadata to the query. |
SelectQueryExtender::addTag |
core/includes/database/select.inc |
Adds a tag to a query. |
SelectQueryExtender::arguments |
core/includes/database/select.inc |
Gets a complete list of all values to insert into the prepared statement. |
SelectQueryExtender::compile |
core/includes/database/select.inc |
Compiles the saved conditions for later retrieval. |
SelectQueryExtender::compiled |
core/includes/database/select.inc |
Check whether a condition has been previously compiled. |