Select::$union
  • References/PHP/Drupal/Database/Query/Select

An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'

2025-01-10 15:47:30
SelectExtender::uniqueIdentifier
  • References/PHP/Drupal/Database/Query/SelectExtender

public SelectExtender::uniqueIdentifier()

2025-01-10 15:47:30
Select::innerJoin
  • References/PHP/Drupal/Database/Query/Select

public Select::innerJoin($table, $alias = NULL, $condition = NULL, $arguments

2025-01-10 15:47:30
Query::comment
  • References/PHP/Drupal/Database/Query/Query

public Query::comment($comment) Adds a

2025-01-10 15:47:30
SelectExtender::getOrderBy
  • References/PHP/Drupal/Database/Query/SelectExtender

public &SelectExtender::getOrderBy()

2025-01-10 15:47:30
SelectExtender::havingIsNull
  • References/PHP/Drupal/Database/Query/SelectExtender

public SelectExtender::havingIsNull($field)

2025-01-10 15:47:30
Delete::__toString
  • References/PHP/Drupal/Database/Query/Delete

public Delete::__toString() Implements

2025-01-10 15:47:30
QueryConditionTrait::$condition
  • References/PHP/Drupal/Database/Query/QueryConditionTrait

The condition object for this query. Condition handling is handled via composition. Type:

2025-01-10 15:47:30
SelectExtender::where
  • References/PHP/Drupal/Database/Query/SelectExtender

public SelectExtender::where($snippet, $args = array())

2025-01-10 15:47:30
FieldsOverlapException
  • References/PHP/Drupal/Database/Query/FieldsOverlapException

Exception thrown if an insert query specifies a field twice. It is not allowed to specify a field as default and insert field, this exception

2025-01-10 15:47:30