protected property DatabaseTransaction::$rolledBack

A boolean value to indicate whether this transaction has been rolled back.

Tipo: Boolean

Archivo

drupal-7.x/includes/database/database.inc, line 1874
Core systems for the database layer.

Class

DatabaseTransaction
A wrapper class for creating and managing database transactions.

Código

protected $rolledBack = FALSE;