You are here

protected property Connection::$statementClass in Drupal driver for SQL Server and SQL Azure 4.2.x

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

The name of the Statement class for this connection.

Type: string

Overrides Connection::$statementClass

Deprecated

in drupal:9.1.0 and is removed from drupal:10.0.0. Database drivers should use or extend StatementWrapper instead, and encapsulate client-level statement objects.

See also

https://www.drupal.org/node/3177488

File

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

Class

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

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv

Code

protected $statementClass = NULL;