renameTable() public method
Builds a SQL statement for renaming a DB table.
public string 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 string
The SQL statement for renaming a DB table.