W3cubDocs

/Drupal 8

class Transaction

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

Hierarchy

File

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

Namespace

Drupal\Core\Database\Driver\sqlite

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Driver!sqlite!Transaction.php/class/Transaction/8.1.x