You are here

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

File

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

Class

UserOptions

Namespace

Drupal\Driver\Database\sqlsrv\Scheme

Code

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