You are here

protected property DatabaseTransaction_sqlsrv::$commited in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/transaction.inc \DatabaseTransaction_sqlsrv::commited

A boolean value to indicate whether this transaction has been commited.

Type: Boolean

File

sqlsrv/transaction.inc, line 18

Class

DatabaseTransaction_sqlsrv
Overriden to bring some commonsense to transaction management.

Code

protected $commited = FALSE;