You are here

public function TransactionSettings::Get_Sane in Drupal driver for SQL Server and SQL Azure 8

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/TransactionSettings.php \Drupal\Driver\Database\sqlsrv\TransactionSettings::Get_Sane()

Summary of Get_Sane

Return value

mixed

File

drivers/lib/Drupal/Driver/Database/sqlsrv/TransactionSettings.php, line 64

Class

TransactionSettings
Behaviour settings for a transaction.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function Get_Sane() {
  return $this->_Sane;
}