You are here

protected property Connection::$schema in Drupal driver for SQL Server and SQL Azure 3.0.x

The schema object for this connection.

Set to NULL when the schema is destroyed.

Type: \Drupal\Driver\Database\sqlsrv\Schema|null

Overrides Connection::$schema

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php, line 31

Class

Connection
Sqlsvr implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\Driver\Database\sqlsrv

Code

protected $schema = NULL;