Connection::$prefixSearch
  • References/PHP/Drupal/Database/Connection

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

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

public Connection::destroy() Destroys

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

public Connection::getKey() Returns

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

public Connection::transactionDepth() Determines

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

The database target this connection is for. We need this information for later auditing and logging. Type:

2025-01-10 15:47:30