abstract public function DatabaseSchema::renameTable

abstract public DatabaseSchema::renameTable($table, $new_name)

Rename a table.

Parameters

$table: The table to be renamed.

$new_name: The new name for the table.

Throws

DatabaseSchemaObjectDoesNotExistException If the specified table doesn't exist.

DatabaseSchemaObjectExistsException If a table with the specified new name already exists.

File

includes/database/schema.inc, line 394
Generic Database schema code.

Class

DatabaseSchema

Code

abstract public function renameTable($table, $new_name);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!schema.inc/function/DatabaseSchema::renameTable/7.x