You are here

class Transaction in Drupal driver for SQL Server and SQL Azure 4.0.x

Same name and namespace in other branches
  1. 3.1.x src/Driver/Database/sqlsrv/Transaction.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Transaction

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

Hierarchy

Expanded class hierarchy of Transaction

File

src/Driver/Database/sqlsrv/Transaction.php, line 10

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv
View source
class Transaction extends DatabaseTransaction {

}

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