You are here

protected property InsertQuery_sqlsrv::$use_output in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/query.inc \InsertQuery_sqlsrv::use_output

Wether or not to use OUTPUT to obtains inserted identifiers.

File

sqlsrv/query.inc, line 14

Class

InsertQuery_sqlsrv
SQL Server-specific implementation of INSERT.

Code

protected $use_output = TRUE;