Connection::pushTransaction
  • References/PHP/Drupal/Database/Connection

public Connection::pushTransaction($name) Increases

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

List of search values for use in prefixTables(). Type:

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

The current database logging object for this connection. Type: \Drupal\Core\Database\Log|null File

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

The schema object for this connection. Set to NULL when the schema is destroyed. Type: \Dr

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

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

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

An index used to generate unique temporary table names. Type: int File

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

The actual PDO connection. Type: \PDO File core/lib

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

Whether this database connection supports transactional DDL. Set to FALSE by default because few databases support this feature.

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

public Connection::destroy() Destroys

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

public Connection::transactionDepth() Determines

2025-01-10 15:47:30