public function DriverSettings::GetDeafultStatementCaching in Drupal driver for SQL Server and SQL Azure 8
Default query preprocess.
Return value
mixed
1 call to DriverSettings::GetDeafultStatementCaching()
- DriverSettings::exportConfiguration in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ DriverSettings.php - Export current driver configuration.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ DriverSettings.php, line 170
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetDeafultStatementCaching() {
return $this->_defaultStatementCaching;
}