class Transaction in Drupal driver for SQL Server and SQL Azure 4.0.x
Same name and namespace in other branches
- 3.1.x src/Driver/Database/sqlsrv/Transaction.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Transaction
Sqlsvr implementation of \Drupal\Core\Database\Transaction.
Hierarchy
- class \Drupal\Core\Database\Transaction
- class \Drupal\sqlsrv\Driver\Database\sqlsrv\Transaction
Expanded class hierarchy of Transaction
File
- src/
Driver/ Database/ sqlsrv/ Transaction.php, line 10
Namespace
Drupal\sqlsrv\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 |