renameTable() public method
Builds and executes a SQL statement for renaming a DB table.
| public void renameTable ( $table, $newName ) | ||
|---|---|---|
| $table | string |
The table to be renamed. The name will be properly quoted by the method. |
| $newName | string |
The new table name. The name will be properly quoted by the method. |
Please login to continue.