protected property InsertQuery_sqlsrv::$use_output in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 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;