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

public Connection::popTransaction($name) Decreases

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::pushTransaction
  • References/PHP/Drupal/Database/Connection

public Connection::pushTransaction($name) Increases

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

protected Connection::filterComment($comment = '')

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::quote
  • References/PHP/Drupal/Database/Connection

public Connection::quote($string, $parameter_type = \PDO::PARAM_STR)

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

public Connection::__construct(\PDO $connection, array $connection_options)

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

Whether this database connection supports transactions. Type: bool 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::$key
  • References/PHP/Drupal/Database/Connection

The key representing this connection. The key is a unique string which identifies a database connection. A connection can be a single server

2025-01-10 15:47:30