class Transaction in Drupal driver for SQL Server and SQL Azure 3.0.x
Same name and namespace in other branches
- 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php \Drupal\Driver\Database\sqlsrv\Transaction
- 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Transaction.php \Drupal\Driver\Database\sqlsrv\Transaction
Sqlsvr implementation of \Drupal\Core\Database\Transaction.
Hierarchy
- class \Drupal\Core\Database\Transaction
- class \Drupal\Driver\Database\sqlsrv\Transaction
Expanded class hierarchy of Transaction
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Transaction.php, line 10
Namespace
Drupal\Driver\Database\sqlsrvView source
class Transaction extends DatabaseTransaction {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Transaction:: |
protected | property | The connection object for this transaction. | |
Transaction:: |
protected | property | The name of the transaction. | |
Transaction:: |
protected | property | A boolean value to indicate whether this transaction has been rolled back. | |
Transaction:: |
public | function | Retrieves the name of the transaction or savepoint. | |
Transaction:: |
public | function | Rolls back the current transaction. | |
Transaction:: |
public | function | ||
Transaction:: |
public | function |