class Transaction
SQLite implementation of \Drupal\Core\Database\Transaction.
Hierarchy
- class \Drupal\Core\Database\Transaction
- class \Drupal\Core\Database\Driver\sqlite\Transaction extends \Drupal\Core\Database\Transaction
Expanded class hierarchy of Transaction
1 string reference to 'Transaction'
- Connection::startTransaction in core/
lib/ Drupal/ Core/ Database/ Connection.php - Returns a new DatabaseTransaction object on this connection.
File
-
core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Transaction.php, line 10
Namespace
Drupal\Core\Database\Driver\sqliteView source
class Transaction extends DatabaseTransaction {
}
Members
| Title Sort descending | Modifiers | Object type | Summary |
|---|---|---|---|
| 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 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.