class Transaction

Same name in this branch

Hierarchy

Expanded class hierarchy of Transaction

1 string reference to 'Transaction'

File

drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Transaction.php, line 12
Definition of Drupal\Core\Database\Driver\sqlite\Transaction

Namespace

Drupal\Core\Database\Driver\sqlite
View source

Members

Namesort descending Modifiers Type Description Overrides
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