You are here

protected property Connection::$transactionalDDLSupport in Drupal 9

Same name in this branch
  1. 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::transactionalDDLSupport
  2. 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::transactionalDDLSupport
  3. 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::transactionalDDLSupport
Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::transactionalDDLSupport

Whether this database connection supports transactional DDL.

Set to FALSE by default because few databases support this feature.

Type: bool

File

core/lib/Drupal/Core/Database/Connection.php, line 100

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $transactionalDDLSupport = FALSE;