You are here

protected property Connection::$statementWrapperClass in Drupal driver for SQL Server and SQL Azure 4.1.x

Same name and namespace in other branches
  1. 4.2.x src/Driver/Database/sqlsrv/Connection.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Connection::statementWrapperClass

The name of the StatementWrapper class for this connection.

Type: string

Overrides Connection::$statementWrapperClass

File

src/Driver/Database/sqlsrv/Connection.php, line 29

Class

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

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv

Code

protected $statementWrapperClass = StatementWrapper::class;