SelectExtender::havingExists
  • References/PHP/Drupal/Database/Query/SelectExtender

public SelectExtender::havingExists(SelectInterface $select)

2025-01-10 15:47:30
Tasks::$pdoDriver
  • References/PHP/Drupal/Database/Install/Tasks

The name of the PDO driver this database type requires. Type: string File

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

Exception thrown if an object being created already exists. For example, this exception should be thrown whenever there is an attempt to create

2025-01-10 15:47:30
Log::log
  • References/PHP/Drupal/Database/Log

public Log::log(StatementInterface $statement, $args, $time) Log

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

public Select::orderBy($field, $direction = 'ASC')

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

public Update::fields(array $fields) Adds

2025-01-10 15:47:30
Connection::update
  • References/PHP/Drupal/Database/Connection

public Connection::update($table, array $options = array())

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

public Select::forUpdate($set = TRUE) Add

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

public Merge::keys(array $fields, array $values = array())

2025-01-10 15:47:30