You are here

public function DatabaseStatement_sqlsrv::GetBoundParameters in Drupal driver for SQL Server and SQL Azure 7.2

Same name and namespace in other branches
  1. 7.3 sqlsrv/database.inc \DatabaseStatement_sqlsrv::GetBoundParameters()

Get parameters bound to this statement.

Return value

string[]

File

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

Class

DatabaseStatement_sqlsrv

Code

public function &GetBoundParameters() {
  return $this->boundParams;
}