Transaction

MySQL implementation of \Drupal\Core\Database\Transaction.

Hierarchy

File

core/lib/Drupal/Core/Database/Driver/mysql/Transaction.php, line 10

Namespace

Drupal\Core\Database\Driver\mysql

Members

Name Modifiers Type Description
Transaction::$connection protected property The connection object for this transaction.
Transaction::$name protected property The name of the transaction.
Transaction::$rolledBack protected property A boolean value to indicate whether this transaction has been rolled back.
Transaction::name public function Retrieves the name of the transaction or savepoint.
Transaction::rollback public function Rolls back the current transaction.
Transaction::__construct public function
Transaction::__destruct public function
doc_Drupal
2016-10-29 09:48:57
Comments
Leave a Comment

Please login to continue.