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 83
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\Database
Code
protected $transactionalDDLSupport = FALSE;
Please login to continue.