You are here

protected property DatabaseStatement_sqlsrv::$boundParams in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/database.inc \DatabaseStatement_sqlsrv::boundParams

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

File

sqlsrv/database.inc, line 1066
Database interface code for Microsoft SQL Server.

Class

DatabaseStatement_sqlsrv

Code

protected $boundParams = array();