public function SelectQuery_sqlsrv::WithNoLock in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 sqlsrv/select.inc \SelectQuery_sqlsrv::WithNoLock()
Add a hint that is appended to all tables in the query.
Parameters
mixed $hint:
Throws
Exception
File
- sqlsrv/
select.inc, line 512
Class
Code
public function WithNoLock() {
$this->nolock = TRUE;
}