public function DriverSettings::GetUseNativeMerge in Drupal driver for SQL Server and SQL Azure 8
Wether to user or not the native merge implementaiton.
1 call to DriverSettings::GetUseNativeMerge()
- 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 200
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetUseNativeMerge() {
return $this->_useNativeMerge;
}