Transaction
  • References/PHP/Drupal/Database/Driver/pgsql/Transaction

PostgreSQL implementation of

2025-01-10 15:47:30
StatementPrefetch::$defaultFetchOptions
  • References/PHP/Drupal/Database/StatementPrefetch

Holds supplementary default fetch options. Type: Array File

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

public PagerSelectExtender::element($element)

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

The connection object for this transaction. Type:

2025-01-10 15:47:30
Statement::$dbh
  • References/PHP/Drupal/Database/Statement

Reference to the database connection object for this statement. The name $dbh is inherited from \PDOStatement.

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

public Schema::dropUniqueKey($table, $name)

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

public Transaction::__construct(Connection $connection, $name = NULL)

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

Specifies installation tasks for PostgreSQL databases. Hierarchy class \Drupal\Co

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

Index of what driver-specific class to use for various operations. Type:

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

Exception thrown if a query would violate an integrity constraint. This exception is thrown e.g. when trying to insert a row that would violate

2025-01-10 15:47:30