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
Whether this database connection supports transactional DDL.
Set to FALSE by default because few databases support this feature.
Type: bool
Overrides Connection::$transactionalDDLSupport
File
- core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php, line 74
Class
- Connection
- SQLite implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\Core\Database\Driver\sqliteCode
protected $transactionalDDLSupport = TRUE;