You are here

public function ConnectionSettings::GetDeafultStatementCaching in Drupal driver for SQL Server and SQL Azure 8.2

Default query preprocess.

Return value

mixed

1 call to ConnectionSettings::GetDeafultStatementCaching()
ConnectionSettings::exportConfiguration in drivers/lib/Drupal/Driver/Database/sqlsrv/ConnectionSettings.php
Export current driver configuration.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/ConnectionSettings.php, line 119

Class

ConnectionSettings
Global settings for the driver.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function GetDeafultStatementCaching() {
  return $this->_defaultStatementCaching;
}