Upsert::$key
  • References/PHP/Drupal/Database/Query/Upsert

The unique or primary key of the table. Type: string File

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

protected TableSortExtender::getQueryParameters()

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

Array of fields to update to an expression in case of a duplicate record. This variable is a nested array in the following format:

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

public Select::havingIsNotNull($field) Sets

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

Query extender class for tablesort queries. Hierarchy class \Drupal\Core\Database\Query\

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

General class for an abstracted "Upsert" (UPDATE or INSERT) query operation. This class can only be used with a table with a single unique index

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

public SelectExtender::addExpression($expression, $alias = NULL

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

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

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

An array of fields which should be set to their database-defined defaults. Used on INSERT. Type:

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

public Select::union(SelectInterface $query, $type = '')

2025-01-10 15:47:30