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. |
Please login to continue.