Database abstraction layer
  • References/PHP/Drupal/Database/database.api

Allow the use of different database servers using the same code base. Overview Drupal's database abstraction

2025-01-10 15:47:30
Schema::changeField
  • References/PHP/Drupal/Database/Driver/sqlite/Schema

public Schema::changeField($table, $field, $field_new, $spec, $keys_new

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

protected Connection::doEscape($string)

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

public &SelectExtender::getUnion()

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

public Tasks::validateDatabaseSettings($database)

2025-01-10 15:47:30
Transaction::$rolledBack
  • References/PHP/Drupal/Database/Transaction

A boolean value to indicate whether this transaction has been rolled back. Type: bool File

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

Exception thrown if an undefined database connection is requested. Hierarchy class

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

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

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
Log::end
  • References/PHP/Drupal/Database/Log

public Log::end($logging_key) Stop logging for the

2025-01-10 15:47:30