renameTable() public method
Creates a SQL command for renaming a DB table.
| public $this 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. |
| return | $this |
The command object itself |
Please login to continue.