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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.