protected property Connection::$transactionalDDLSupport

Whether this database connection supports transactional DDL.

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

Type: bool

File

drupal/core/lib/Drupal/Core/Database/Connection.php, line 94
Definition of Drupal\Core\Database\Connection

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $transactionalDDLSupport = FALSE;