You are here

protected property DatabaseTransaction::$connection in Drupal 7

The connection object for this transaction.

Type: DatabaseConnection

File

includes/database/database.inc, line 1977
Core systems for the database layer.

Class

DatabaseTransaction
A wrapper class for creating and managing database transactions.

Code

protected $connection;