protected property DatabaseConnection::$transactionalDDLSupport
Whether this database connection supports transactional DDL.
Set to FALSE by default because few databases support this feature.
Tipo: bool
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 252 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Código
protected $transactionalDDLSupport = FALSE;