protected property DatabaseConnection::$transactionSupport
Whether this database connection supports transactions.
Tipo: bool
Archivo
- drupal-7.x/
includes/ database/ database.inc, line 243 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Código
protected $transactionSupport = TRUE;