Search for d
Title | Object type | File name | Summary |
---|---|---|---|
search_node_update | function | modules/ |
Implements hook_node_update(). |
search_node_update_index | function | modules/ |
Implements hook_node_update_index(). |
search_reindex | function | modules/ |
Clears a part of or the entire search index. |
search_reindex_confirm | function | modules/ |
Menu callback: confirm wiping of the index. |
search_reindex_confirm_submit | function | modules/ |
Handler for wipe confirmation |
search_touch_node | function | modules/ |
Changes a node's changed timestamp to 'now' to force reindexing. |
search_update_7000 | function | modules/ |
Replace unique keys in 'search_dataset' and 'search_index' by primary keys. |
search_update_totals | function | modules/ |
Updates the {search_total} database table. |
SelectQuery::$alterMetaData | property | includes/ |
The query metadata for alter purposes. |
SelectQuery::$distinct | property | includes/ |
Whether or not this query should be DISTINCT |
SelectQuery::$fields | property | includes/ |
The fields to SELECT. |
SelectQuery::$forUpdate | property | includes/ |
The FOR UPDATE status |
SelectQuery::$order | property | includes/ |
The fields by which to order this query. |
SelectQuery::$prepared | property | includes/ |
Indicates if preExecute() has already been called. |
SelectQuery::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQuery::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
SelectQuery::addJoin | function | includes/ |
Join against another table in the database. |
SelectQuery::addMetaData | function | includes/ |
Adds additional metadata to the query. |
SelectQuery::addTag | function | includes/ |
Adds a tag to a query. |
SelectQuery::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
SelectQuery::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQuery::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQuery::distinct | function | includes/ |
Sets this query to be DISTINCT. |
SelectQuery::extend | function | includes/ |
Enhance this object by wrapping it in an extender object. |
SelectQuery::fields | function | includes/ |
Add multiple fields from the same table to be SELECTed. |
SelectQuery::forUpdate | function | includes/ |
Add FOR UPDATE to the query. |
SelectQuery::getFields | function | includes/ |
Returns a reference to the fields array for this query. |
SelectQuery::getMetaData | function | includes/ |
Retrieves a given piece of metadata. |
SelectQuery::getOrderBy | function | includes/ |
Returns a reference to the order by array for this query. |
SelectQuery::havingCondition | function | includes/ |
Helper function to build most common HAVING conditional clauses. |
SelectQuery::havingConditions | function | includes/ |
|
SelectQuery::isPrepared | function | includes/ |
Indicates if preExecute() has already been called on that object. |
SelectQuery::orderBy | function | includes/ |
Orders the result set by a given field. |
SelectQuery::orderRandom | function | includes/ |
Orders the result set by a random value. |
SelectQueryExtender | class | includes/ |
The base extender class for Select queries. |
SelectQueryExtender::$connection | property | includes/ |
The connection object on which to run this query. |
SelectQueryExtender::$placeholder | property | includes/ |
The placeholder counter. |
SelectQueryExtender::$query | property | includes/ |
The SelectQuery object we are extending/decorating. |
SelectQueryExtender::$uniqueIdentifier | property | includes/ |
A unique identifier for this query object. |
SelectQueryExtender::addExpression | function | includes/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectQueryExtender::addField | function | includes/ |
Adds a field to the list to be SELECTed. |
SelectQueryExtender::addJoin | function | includes/ |
Join against another table in the database. |
SelectQueryExtender::addMetaData | function | includes/ |
Adds additional metadata to the query. |
SelectQueryExtender::addTag | function | includes/ |
Adds a tag to a query. |
SelectQueryExtender::arguments | function | includes/ |
Gets a complete list of all values to insert into the prepared statement. |
SelectQueryExtender::compile | function | includes/ |
Compiles the saved conditions for later retrieval. |
SelectQueryExtender::compiled | function | includes/ |
Check whether a condition has been previously compiled. |
SelectQueryExtender::condition | function | includes/ |
Helper function: builds the most common conditional clauses. |
SelectQueryExtender::conditions | function | includes/ |
Gets a complete list of all conditions in this conditional clause. |
SelectQueryExtender::countQuery | function | includes/ |
Get the equivalent COUNT query of this query as a new query object. |
Pagination
- Previous page
- Page 111
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.