You are here

public function UserOptions::AnsiNullDefaultOn in Drupal driver for SQL Server and SQL Azure 8.2

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Scheme/UserOptions.php, line 122

Class

UserOptions

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

public function AnsiNullDefaultOn() {
  return parent::CallMethod(__FUNCTION__, array(), func_get_args(), null);
}