A wrapper class for creating and managing database transactions. Not all databases or database configurations support transactions. For example
A boolean value to indicate whether this transaction has been rolled back. Type: bool File
public Transaction::rollback() Rolls
public Transaction::__destruct() File
public Transaction::__construct(Connection $connection, $name = NULL)
The connection object for this transaction. Type:
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
public Transaction::name() Retrieves