db\sqlite\QueryBuilder truncateTable()

truncateTable() public method

Builds a SQL statement for truncating a DB table.

public string truncateTable ( $table )
$table string

The table to be truncated. The name will be properly quoted by the method.

return string

The SQL statement for truncating a DB table.

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

Please login to continue.