protected property DatabaseConnection::$transactionSupport

Whether this database connection supports transactions.

Type: bool

File

drupal/includes/database/database.inc, line 246
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

protected $transactionSupport = TRUE;