db\sqlite\QueryBuilder renameTable()

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.

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

Please login to continue.