You are here

property DatabaseContext::$connection in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/context.inc \DatabaseContext::connection

Conection that this context is applied to.

Type: \DatabaseConnection_sqlsrv

File

sqlsrv/context.inc, line 14

Class

DatabaseContext
Defines a behaviour scope for the database driver that lasts until the object is destroyed.

Code

var $connection;