Search for expression
- Search 9.5.x for expression
- Search 8.9.x for expression
- Search 10.3.x for expression
- Search 11.x for expression
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DatabaseAlterTestCase::testAlterExpression | function | modules/ | Test that we can alter expressions in the query. | 
| DatabaseMergeTestCase::testMergeUpdateExpression | function | modules/ | Confirm that we can merge-update a record successfully, with expressions. | 
| DatabaseSelectTestCase::testSimpleSelectExpression | function | modules/ | Test SELECT statements with expressions. | 
| DatabaseSelectTestCase::testSimpleSelectExpressionMultiple | function | modules/ | Test SELECT statements with multiple expressions. | 
| DatabaseUpdateComplexTestCase::testUpdateExpression | function | modules/ | Test update with expression values. | 
| DatabaseUpdateComplexTestCase::testUpdateOnlyExpression | function | modules/ | Test update with only expression values. | 
| DatabaseUpdateTestCase::testExpressionUpdate | function | modules/ | Test updating with expressions. | 
| MergeQuery::$expressionFields | property | includes/ | Array of fields to update to an expression in case of a duplicate record. | 
| MergeQuery::expression | function | includes/ | Specifies fields to be updated as an expression. | 
| SearchExpressionInsertExtractTestCase | class | modules/ | Tests search_expression_insert() and search_expression_extract(). | 
| SearchExpressionInsertExtractTestCase::getInfo | function | modules/ | |
| SearchExpressionInsertExtractTestCase::setUp | function | modules/ | Sets up unit test environment. | 
| SearchExpressionInsertExtractTestCase::testInsertExtract | function | modules/ | Tests search_expression_insert() and search_expression_extract(). | 
| SearchQuery::$expressionsIgnored | property | modules/ | Whether or not search expressions were ignored. | 
| SearchQuery::$searchExpression | property | modules/ | The search query that is used for searching. | 
| SearchQuery::parseSearchExpression | function | modules/ | Parses the search query into SQL conditions. | 
| SearchQuery::searchExpression | function | modules/ | Sets up the search query expression. | 
| search_expression_extract | function | modules/ | Extracts a module-specific search option from a search expression. | 
| search_expression_insert | function | modules/ | Adds a module-specific search option to a search expression. | 
| SelectQuery::$expressions | property | includes/ | The expressions to SELECT as virtual fields. | 
| SelectQuery::addExpression | function | includes/ | Adds an expression to the list of "fields" to be SELECTed. | 
| SelectQuery::getExpressions | function | includes/ | Returns a reference to the expressions array for this query. | 
| SelectQueryExtender::addExpression | function | includes/ | Adds an expression to the list of "fields" to be SELECTed. | 
| SelectQueryExtender::getExpressions | function | includes/ | Returns a reference to the expressions array for this query. | 
| SelectQueryInterface::addExpression | function | includes/ | Adds an expression to the list of "fields" to be SELECTed. | 
| SelectQueryInterface::getExpressions | function | includes/ | Returns a reference to the expressions array for this query. | 
| UpdateQuery::$expressionFields | property | includes/ | Array of fields to update to an expression in case of a duplicate record. | 
| UpdateQuery::expression | function | includes/ | Specifies fields to be updated as an expression. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
