protected property Connection::$transactionalDDLSupport in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 88 - Contains \Drupal\Core\Database\Connection.
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\DatabaseCode
protected $transactionalDDLSupport = FALSE;