DatabaseTransaction::$name

The name of the transaction.

This is used to label the transaction savepoint. It will be overridden to 'drupal_transaction' if there is no transaction depth.

Type: name

File

includes/database/database.inc, line 1997

Class

DatabaseTransaction
A wrapper class for creating and managing database transactions.

Code

protected $name;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.