You are here

constant Statement::RETRY_DELAY in Drupal driver for SQL Server and SQL Azure 8.2

Delay between retries in seconds.

This effective delay is the product of this constant and the current retry count.

File

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

Class

Statement
Turbocharged Statement class to work with MSSQL server.

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

const RETRY_DELAY = 0.4;