public function DatabaseStatement_sqlsrv::GetBoundParameters in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 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
Code
public function &GetBoundParameters() {
return $this->boundParams;
}