MySQL implementation of \Drupal\Core\Database\Transaction.
Hierarchy
- class \Drupal\Core\Database\Transaction
- class \Drupal\Core\Database\Driver\mysql\Transaction
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 |
Please login to continue.