truncateTable() public method
Creates a SQL command for truncating a DB table.
public $this truncateTable ( $table ) | ||
---|---|---|
$table | string |
The table to be truncated. The name will be properly quoted by the method. |
return | $this |
The command object itself |
Please login to continue.