property DatabaseContext::$statement_caching in Drupal driver for SQL Server and SQL Azure 7.3
Same name and namespace in other branches
- 7.2 sqlsrv/context.inc \DatabaseContext::statement_caching
Prepared statement caching enabled for this connection. Incompatible with direct queries.
Type: bool
File
- sqlsrv/
context.inc, line 36
Class
- DatabaseContext
- Defines a behaviour scope for the database driver that lasts until the object is destroyed.
Code
var $statement_caching = NULL;