protected property Connection::$transactionalDDLSupport in Drupal 9
Same name in this branch
- 9 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::transactionalDDLSupport
- 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::transactionalDDLSupport
- 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::transactionalDDLSupport
Same name and namespace in other branches
- 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\DatabaseCode
protected $transactionalDDLSupport = FALSE;