You are here

protected property Statement::$CONNECTION_FAILED_CODES in Drupal driver for SQL Server and SQL Azure 8.2

ODBC Codes for failed communcation link/dropped connections

Type: array

See also

https://msdn.microsoft.com/en-us/library/ms714687(v=vs.85).aspx

File

drivers/lib/Drupal/Driver/Database/sqlsrv/PDO/Statement.php, line 51

Class

Statement
Turbocharged Statement class to work with MSSQL server.

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

protected $CONNECTION_FAILED_CODES = [
  '08S01',
  '08001',
  '08002',
  '08003',
  '08007',
];