db\QueryBuilder renameTable()

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.

doc_Yii
2016-10-30 16:59:22
Comments
Leave a Comment

Please login to continue.