You are here

public function Schema::copyTable in Drupal driver for SQL Server and SQL Azure 8.2

Same name and namespace in other branches
  1. 8 drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php \Drupal\Driver\Database\sqlsrv\Schema::copyTable()

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Schema.php, line 1359
Definition of Drupal\Driver\Database\sqlsrv\Schema

Class

Schema

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function copyTable($name, $table) {
  throw new \Exception("Method not implemented.");
}