property DatabaseContext::$state_direct in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 sqlsrv/context.inc \DatabaseContext::state_direct
Use DIRECT_QUERY feature of the driver so that statements are not prepared.
Type: bool
File
- sqlsrv/
context.inc, line 28
Class
- DatabaseContext
- Defines a behaviour scope for the database driver that lasts until the object is destroyed.
Code
var $state_direct = NULL;