Search for d
Title | Object type | File name | Summary |
---|---|---|---|
SelectQueryExtender::distinct | function | includes/ |
Sets this query to be DISTINCT. |
SelectQueryExtender::execute | function | includes/ |
|
SelectQueryExtender::exists | function | includes/ |
Sets a condition that the specified subquery returns values. |
SelectQueryExtender::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
SelectQueryExtender::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
SelectQueryExtender::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
SelectQueryExtender::getArguments | function | includes/ |
Compiles and returns an associative array of the arguments for this prepared statement. |
SelectQueryExtender::getExpressions | function | includes/ |
Returns a reference to the expressions array for this query. |
SelectQueryExtender::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
SelectQueryExtender::getGroupBy | function | includes/ |
Returns a reference to the group-by array for this query. |
SelectQueryExtender::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
SelectQueryExtender::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
SelectQueryExtender::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
SelectQueryExtender::getUnion | function | includes/ |
Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT. |
SelectQueryExtender::groupBy | function | includes/ |
Groups the result set by the specified field. |
SelectQueryExtender::hasAllTags | function | includes/ |
Determines if a given query has all specified tags. |
SelectQueryExtender::hasAnyTag | function | includes/ |
Determines if a given query has any specified tag. |
SelectQueryExtender::hasTag | function | includes/ |
Determines if a given query has a given tag. |
SelectQueryExtender::having | function | includes/ |
|
SelectQueryExtender::havingArguments | function | includes/ |
|
SelectQueryExtender::havingCompile | function | includes/ |
|
SelectQueryExtender::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQueryExtender::havingConditions | function | includes/ |
|
SelectQueryExtender::innerJoin | function | includes/ |
Inner Join against another table in the database. |
SelectQueryExtender::isNotNull | function | includes/ |
Sets a condition that the specified field be NOT NULL. |
SelectQueryExtender::isNull | function | includes/ |
Sets a condition that the specified field be NULL. |
SelectQueryExtender::isPrepared | function | includes/ |
Indicates if preExecute() has already been called on that object. |
SelectQueryExtender::join | function | includes/ |
Default Join against another table in the database. |
SelectQueryExtender::leftJoin | function | includes/ |
Left Outer Join against another table in the database. |
SelectQueryExtender::nextPlaceholder | function | includes/ |
Implements QueryPlaceholderInterface::nextPlaceholder(). |
SelectQueryExtender::notExists | function | includes/ |
Sets a condition that the specified subquery returns no values. |
SelectQueryExtender::orderBy | function | includes/ |
Orders the result set by a given field. |
SelectQueryExtender::orderRandom | function | includes/ |
Orders the result set by a random value. |
SelectQueryExtender::preExecute | function | includes/ |
Generic preparation and validation for a SELECT query. |
SelectQueryExtender::range | function | includes/ |
Restricts a query to a given range in the result set. |
SelectQueryExtender::rightJoin | function | includes/ |
Right Outer Join against another table in the database. |
SelectQueryExtender::union | function | includes/ |
Add another Select query to UNION to this one. |
SelectQueryExtender::uniqueIdentifier | function | includes/ |
Implements QueryPlaceholderInterface::uniqueIdentifier(). |
SelectQueryExtender::where | function | includes/ |
Adds an arbitrary WHERE clause to the query. |
SelectQueryExtender::__call | function | includes/ |
Magic override for undefined methods. |
SelectQueryExtender::__clone | function | includes/ |
Clone magic method. |
SelectQueryExtender::__construct | function | includes/ |
|
SelectQueryExtender::__toString | function | includes/ |
|
SelectQueryInterface::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQueryInterface::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
SelectQueryInterface::addJoin | function | includes/ |
Join against another table in the database. |
SelectQueryInterface::distinct | function | includes/ |
Sets this query to be DISTINCT. |
SelectQueryInterface::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
SelectQueryInterface::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
SelectQueryInterface::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
Pagination
- Previous page
- Page 112
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.