public function DriverSettings::GetUseNativeUpsert in Drupal driver for SQL Server and SQL Azure 8
Wether to use or not the native upsert implementation.
1 call to DriverSettings::GetUseNativeUpsert()
- 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 193
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetUseNativeUpsert() {
return $this->_useNativeUpsert;
}