renameTable() public method
Builds a SQL statement for renaming a DB table.
| public string renameTable ( $oldName, $newName ) | ||
|---|---|---|
| $oldName | 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. |
| return | string |
The SQL statement for renaming a DB table. |
Please login to continue.