SelectInterface::preExecute
  • References/PHP/Drupal/Database/Query/SelectInterface

public SelectInterface::preExecute(SelectInterface $query

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

Exception thrown for merge queries that do not make semantic sense. There are many ways that a merge query could be malformed. They should all

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

public SelectExtender::execute() Runs

2025-01-10 15:47:30
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
Select::leftJoin
  • References/PHP/Drupal/Database/Query/Select

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

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

The table to truncate. Type: string File core/lib/D

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
QueryConditionTrait::conditionGroupFactory
  • References/PHP/Drupal/Database/Query/QueryConditionTrait

public QueryConditionTrait::conditionGroupFactory($conjunction

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

The placeholder counter. File core/lib/Drupal/Core/Database/Query/Query.php, line 52

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

public Merge::expression($field, $expression, array $arguments = NULL)

2025-01-10 15:47:30