You are here

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

Type: string[] $boundParams - array of arrays containing values that have been bound to the query as parameters

File

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

Class

Statement
Turbocharged Statement class to work with MSSQL server.

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

protected $boundParams = array();