Connection::databaseType
  • References/PHP/Drupal/Database/Driver/pgsql/Connection

public Connection::databaseType()

2025-01-10 15:47:30
Connection::UNKNOWN_CHARSET
  • References/PHP/Drupal/Database/Driver/mysql/Connection

Driver-specific error code for "Unknown character set" error. File core/lib/Drupal/Core/Database/Dri

2025-01-10 15:47:30
Connection::DATABASE_NOT_FOUND
  • References/PHP/Drupal/Database/Driver/mysql/Connection

Error code for "Unknown database" error. File core/lib/Drupal/Core/Database/Driver/mysql/Connection.php

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

Array of conditions. Type:

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

public PlaceholderInterface::uniqueIdentifier()

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

public SelectExtender::orConditionGroup()

2025-01-10 15:47:30
Insert
  • References/PHP/Drupal/Database/Driver/pgsql/Insert

PostgreSQL implementation of \Drupal

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

General class for an abstracted UPDATE operation. Hierarchy class \Drupal\Core\Database\Query\

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
Update::$expressionFields
  • References/PHP/Drupal/Database/Query/Update

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