protected property DatabaseConnection::$transactionSupport
Whether this database connection supports transactions.
Type: bool
File
- drupal-7.x/
includes/ database/ database.inc, line 244 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Code
protected $transactionSupport = TRUE;